AirGym icon indicating copy to clipboard operation
AirGym copied to clipboard

AirSim with openAI gym and keras-rl integration for autonomous copter RL

Results 7 AirGym issues
Sort by recently updated
recently updated
newest added

In order to add the AirGym repo to my project, I have added the contents of the repo to the `~/airsim/PythonClient/reinforcement_learning` folder and tried to execute `DQN-Train.py` script to test...

Great repo! I tried to update code to make it compatible with last airsim, not much more :D Should work with current airsim 1.3.1, tested on windows 10 with conda,...

![image](https://user-images.githubusercontent.com/32436613/36391430-7bbac4c0-15cc-11e8-895f-0be8f7442d50.png) As you can see in the last line, there is a disparity in number of layers. How to solve it?

Hi, i have some problems with the test environment. i cannot download it in the google drive, is it available in the builtin environment released by AirSim? Or in the...

hi~my environment is ubuntu16.04. Is there any chance to build this project in my environment? @Kjell-K thank you^_^

I want to use ubuntu build this project, Can you share the source code of the AirSim you used in this project?

Impressive work! I was wondering, what would it take to convert this to continuous? Break the time step down to the fps and make a decision every frame on what...