Investigate the problem of event-triggered deep reinforcement learning with discrete action space and develop an ETDQN for autonomous driving, without training an explicit triggering condition. The implicit triggering condition and the control policy share neural network parameters.
conda create -n etdqn pytorch=1.12.1 python=3.9.13
conda activate etdqn
pip install -r requirements.txt
etdqn_train.py
etdqn_test.py
@article{lu2023event,
title={Event-Triggered Deep Reinforcement Learning Using Parallel Control: A Case Study in Autonomous Driving},
author={Lu, Jingwei and Han, Liyuan and and Wei, Qinglai and Wang, Xiao and Dai, Xingyuan and Wang, Fei-Yue}
journal={IEEE Transactions on Intelligent Vehicles}
doi = {10.1109/TIV.2023.3262132}
year={2023}
}