DanielCoelho112 / rlfold

RLfOLD: Reinforcement Learning from Online Demonstrations in Urban Autonomous Driving. AAAI 2024
Apache License 2.0
8 stars 0 forks source link

RLfOLD

This is the implementation of RLfOLD, which is described in:

RLfOLD: Reinforcement Learning from Online Demonstrations in Urban Autonomous Driving

Daniel Coelho, Miguel Oliveira, Vítor Santos.

AAAI 2024

If you find our work useful, please consider citing:

@inproceedings{coelho2024rlfold,
  title={RLfOLD: Reinforcement Learning from Online Demonstrations in Urban Autonomous Driving},
  author={Coelho, Daniel and Oliveira, Miguel and Santos, Vitor},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={38},
  number={10},
  pages={11660--11668},
  year={2024}
}

Setup

Training

Credits

Thanks to the authors of End-to-End Urban Driving by Imitating a Reinforcement Learning Coach for providing a framework to train RL agent in CARLA.