lujingweihh / Event-triggered-deep-Q-network

Code for paper: Event-triggered deep reinforcement learning using parallel control: A case study in autonomous driving.
13 stars 1 forks source link

ask for help #1

Open wolf2127 opened 1 year ago

wolf2127 commented 1 year ago

Hello, sorry to bother you. I admire your paper and respect your contributions in the field of autonomous driving. I have a question, what should I do if I want to get results on Dueling DDQN? I would be honored to have your help

lujingweihh commented 1 year ago

The standard reinforcement learning algorithms can be found in eleurent/rl-agents, openai/baselines or Stable Baselines3 or you can check the higway-env document.

wolf212121j commented 1 year ago

The standard reinforcement learning algorithms can be found in eleurent/rl-agents, openai/baselines or Stable Baselines3 or you can check the higway-env document.

Hello, could you please explain in more detail as I have noticed that the scenarios used in those files are not highway env. If possible, could you please tell me how to use them or could you share your files? Thank you

lujingweihh commented 1 year ago

The higway-env document provides an example of Stable Baselines3 reinforcement learning algorithm implementation trained on highway-env.