microsoft / AirSim-NeurIPS2019-Drone-Racing

Drone Racing @ NeurIPS 2019, built on Microsoft AirSim
https://microsoft.github.io/AirSim-NeurIPS2019-Drone-Racing/
MIT License
361 stars 92 forks source link

Is there any function to get the race score? #125

Closed ghost closed 5 years ago

ghost commented 5 years ago

I need to extract the scores to train my reinforcement learning model. Is there any function to get number of passed gates, time and penalties at each step time? I know I can read them from the log file, but reading a file is time consuming. I need to do it through the API.