git clone https://github.com/AutonomousDrivingExaminer/mats-trafficgen
cd mats-trafficgen
pip install -r requirements.txt
pip install -U hydra-coreThe code for training the dual-curriculum design agent is in training/train_plr.py.
To start a training run, execute the following command:
cd training
PYTHONPATH=.. python train_plr.pyThe training script can be configured by modifying the config file in training/configs/ued_route_following.yaml.