Run every command from the project directory.
conda env create -f environment.yml
source activate aicaptain
python start.py
python race.py
jupyter notebook notebooks
conda env update -f environment.yml
You can change the src/strategies/my_strategy/strategy.py
file to develop your own steering strategy.
If you want to add more boats to the simulator or the race you can add them in the config file:
Copy the config_default.py
to config.py
and edit the file.