From 2551680b34e76c1b7e5e9333f2d1558d9fec2eee Mon Sep 17 00:00:00 2001 From: Matthias Plappert Date: Sat, 30 Jul 2016 17:00:51 +0200 Subject: [PATCH] Add keras-rl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b25e424..2728600 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ If you have a high-quality tutorial or project to add, please open a PR. - [DQN](https://github.com/sherjilozair/dqn) - [FlappyBird DQN](https://github.com/yanpanlau/Keras-FlappyBird) - [async-RL](https://github.com/coreylynch/async-rl): Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning" +- [keras-rl](https://github.com/matthiasplappert/keras-rl): A library for state-of-the-art reinforcement learning. Integrates with OpenAI Gym and implements DQN, double DQN, Continuous DQN, and DDPG. ### Miscallenous architecture blueprints