zhejz / carla-roach

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

How the performance of other reinforcement learning algorithms? #2

Closed wangchangquan closed 3 years ago

wangchangquan commented 3 years ago

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

zhejz commented 3 years ago

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