For detailed code on GMAC refer to the following directories
- For algorithms and loss
- For network
- For base framework
- For other distributional versions
Please run the following to install dependencies
python setup.py install
Then, install openai baselines from https://github.com/openai/baselines [commit that was used]
Sample command for running GMAC on atari breakout
python main.py --mode=gmac --env=atari --env_id=Breakout --tag=test_run