parilo / quadrocopter-deep-q-learning-tensorflow

Quadrotor simulator mainly purposed to train neural network to control quadrotor flight via deep q learning algorithm
26 stars 6 forks source link

Quadrotor 2D RL

This project is rather old and uses old technologies.

This is 2D quadrotor simulator that learns how to fly and achieve goal with reinforcement learning. See video

Quadrotor 2D RL video

It is quite tricky to build and run it since you'll need tensorflow compiled in dynamic library libtensorflow.so for RL, cocos2-x for building the simulator. I have plans to separate this code into 2 repos with RL server and quadrotor simulator.