This is a baseline solution for one of the challenges in the the AI Driving Olympics.
The online description of this challenge is here.
For submitting, please follow the instructions available in the book.
Note: In particular you will need to set a token and specify your docker username before submitting.
In this baseline template, driving behavior is learned using imitation learning from rosbag logs.
Follow the makefile in the individual folders of this repository.
- Download and extract data using the Makefile in the
extract_datafolder. - Learn a model using the Makefile and scripts in the
learningfolder. - Submit the learned model by running
make submitin thesubmissionfolder.
