Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-romanenko/rl-quadcopter

Using Reinforcement Learning to teach a quadcopter how to fly
https://github.com/m-romanenko/rl-quadcopter

ddpg keras python reinforcement-learning

Last synced: 27 days ago
JSON representation

Using Reinforcement Learning to teach a quadcopter how to fly

Awesome Lists containing this project

README

        

# Deep RL Quadcopter Controller

*Teach a Quadcopter How to Fly!*

This project contains code that designs an agent that controls a quadcopter, and trains it using the DDPG reinforcement learning algorithm. You can start by reading [this notebook](./Quadcopter_Project.ipynb).

## References

[Continuous control with deep reinforcement learning](https://arxiv.org/abs/1509.02971)