This project develops and evaluates predictive models for autonomous vehicle navigation using deep learning. The goal is to learn ego-centric representations of the future environmental states. It uses CommonRoad-Geometric as the autonomous driving software environment.
-
Collect dataset:
python collect_dataset.py
-
Train representation model:
python train_model.py
-
Train downstream RL agent:
python train_rl_agent.py
Modify config.yaml
to adjust simulation parameters and training settings.
For machine-specific settings, create a config.local.yaml
file based on the config.local.template.yaml
:
cp config.local.template.yaml config.local.yaml