Skip to content

EmbodiedCognition/driving-simulator

Repository files navigation

driving-simulator

Requires numpy, and optionally glumpy if you want to run the graphics visualization.

To install the dependencies, first install pip, and then

pip install numpy
pip install glumpy  # optional

To run,

python ./main.py

To run with the visualization,

python ./main.py --gl

There are several command-line options :

python ./main.py --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published