- Don’t pip install gym directly. Do the following to build from source:
git clone https://github.com/benedictflorance/gym
cd gym
pip install -e .
- `pip install -e .'[box2d]'
- Customizations have been made in
gym/envs/box2d
A toolkit for developing and comparing reinforcement learning algorithms.
PythonNOASSERTION