Reinforcement Learning Agents implmented in Tensorflow, featuring:
- morden Eager Execution (human readable) structure
- Mutiple CPU Support (HPC)
List of implemented Agents are:
- Random Agent
- Modified A3C Agent
- Modified A2C Agent
Checkout the following branch before running
See our this repo
Run MoveToBeacon
map with random agent
python benchmark.py --map MoveToBeacon --agent_name RandomAgent
Please checkout different branch
You sould create or activate Virtual Environment now
$ source .env/bin/activate
(.env) ...$
pip install -r requirements.txt