microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.05k stars 4.48k forks source link

[Airsim Reinforcement Learning] Collision event seems like doesn't work #4823

Closed Charles-Lim93 closed 1 year ago

Charles-Lim93 commented 1 year ago

Question

Hi Everyone, I'm working on reinforcement learning on Airsim, and as tutorial running code of RL example in Airsim. But when I run the code it seems that example code does not make the episode as done = 1... Does anyone can share experience for collision event in reinforcement learning in Airsim? Thank you in advance :)

The code that I'm working on : https://github.com/microsoft/AirSim/tree/main/PythonClient/reinforcement_learning

Charles-Lim93 commented 1 year ago

It is solved! Sorry for my wrong code