Installation
Requirements
For use this frameworks please install the following packages.
numpy
gym
mujoco_py>=1.5
tensorflow>=1.1.0
click
For the installation of the requirements you need to execute the next command.
$ git clone https://github.com/openai/robosumo.git
$ pip install -r requirements.txt
to install roboSumo, run the command pip install:
$ cd robotsumo
$ pip install -e .
Demo
You can run demos of the enviroment using demos/play.py script:
$ python demos/plays.py
Last updated
Was this helpful?