Open iseecow opened 3 months ago
I also observed this with AirSim initially. I tried mitigating by checking for collisions in the transition model and assign large penalty when collision happens in the reward model. It got much better. I was able to consistently get trials without collisions. But since the planner has randomness, it didn't eliminate the occurrance.
Btw all the notes I have about AirSim are here: https://github.com/h2r/sloop/wiki/Running-SLOOP-object-search-on-AirSIm-UE4
Great! After following the notes in wiki, the drone can sometimes succeed in finding the vehicle! While there still exists some questions: 1. The target car might be showing up in the images captured by the drone's camera, but it has not yet been located. This may due to the fact that the red car was manually placed in the Neighborhood environment. Is it possible for the car to be generated automatically based on specific coordinates?
Answering to the best of my memory since it's been a while:
I am trying to run AirSim 1.8.1 on Windows, but the drone often collides with buildings. Could you provide more details on running AirSim so that the cause can be found?