In order to work with this repository
-
Option 1 :
Install the
gym-duckietownusingpip install gym-duckietown -
Option 2 (Preferred):
git clone https://github.com/duckietown/gym-duckietown.git cd gym-duckietown conda env create -f environment.yamlconda install with the yaml file or use my_requirements.txt
# to run the experiments
pip install -e .