This repository contains the code used for the experiments in our paper of the above name, along with some experimental results (soon!)
python3 -m venv ./mergeEnv/
source mergeEnv/bin/activate
cd RL-MPC-LaneMerging
pip install -r requirements.txt
python setup.py build_ext --inplace
Run main.py
, using the name of the desired configuration file as an argument. All configuration files used for our experiments can be found in the configs folder.
python main.py configs/<settings>.json
The results of each experiment will be appended to a file named run_data.csv
.
See the experiment_data
folder