This repository aims to provides agents that play Atari games with human-plausible active vision behavior.
All three installation steps are required
git clone https://github.com/Niko32/atari-cr
cd sugarl
pip install .
- Follow the steps described in https://github.com/openai/atari-py
- Follow the steps described in https://github.com/openai/mujoco-py
- The following system wide dependencies are needed. Exact names on non-debian distros may vary.
sudo apt install libx11-dev libglew-dev patchelf python-dev
We thank the authors of SugaRL from which this repository was forked.