(Optional) Create and activate python virtual environment:
$ python3 -m venv ./venv/
This project heavily(almost completely) depends on Unity ML-Agents so refer to this installation guide to install ML Agents Unity package. Python packages are also there, but for convenience you can use requirements.txt
:
(venv) $ pip3 install -r requirements.txt