gym minigrid for multi-agent
- Python 3.5+
- OpenAI Gym
- NumPy
- Matplotlib (optional, only needed for display)
There is now a pip package available, which is updated periodically:
pip install gym-minigrid
Alternatively, to get the latest version of MiniGrid, you can clone this repository and install the dependencies with pip3:
git clone https://github.com/maximecb/gym-minigrid.git
cd gym-minigrid
pip install -e .
./test_interactive_mode.py