AirSimNeurIPS
AirSimNeurIPS copied to clipboard
auto close of the airsim API
Hello
I am new to this kind of things, but I have configure it for almost a week. There is still some problem.
when I load the airsim environment, it is working fine, but when I start running the "python3 daniel.py --level_name 'Final_Tier_1' ", The API auto shutdown and loading some error. I tried to debug, I think the problem is with the load_level function, it seems reset everything, because when I comment this line, it is not auto shutdown, but the problem is with the ground truth gate. The problem of the API auto shutdown is shown image below. Is it the problem with the environment that I install or [..?]
thanks for you interest in the repo.
I have personally never seen the error message before and I'm not sure this is from the agent that I created. Note that the competition has been some years ago, and highly likely the airsim API has changed and linkages were broken.
Maybe you can take a look at the default drone and try to control that instead: https://microsoft.github.io/AirSim/apis/
I don't intend to keep this repo maintained so you will need to look into what's reasonable.
I got it. Thank you for the information anyway. I will look into this more.