zhejz / carla-roach

Roach: End-to-End Urban Driving by Imitating a Reinforcement Learning Coach. ICCV 2021.
https://zhejz.github.io/roach
Other
274 stars 50 forks source link

How the performance of other reinforcement learning algorithms? #2

Closed wangchangquan closed 2 years ago

wangchangquan commented 2 years ago

In your project, you use PPO in the coach stage, Have you tried other RL algorithm such as SAC?

zhejz commented 2 years ago

Yes. We have tried SAC and the performance was not as good as PPO.