support Python 3.x
python setup.py install
sudo apt-get install python3-tk
see install instructions from Tinker
In order to facilitate debugging, we arbitrarily place two scenes in test_data. You can download it and then place it in ../driving_simulator/
.
In addition, you also can download complete dataset in Waymo Motion Prediction Dataset.
This demo code continuously loads scenarios from Waymo Motion Prediction Dataset.
Run test.py
to see scenario rendered
By changing the hyperparameters in config.py
, you can customize your own simulation environment.