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

https://github.com/bryanbocao/incompletecode

Self-contained Reinforcement Learning Algorithms.
https://github.com/bryanbocao/incompletecode

keras reinforcement-learning reinforcement-learning-algorithms tensorflow

Last synced: about 2 months ago
JSON representation

Self-contained Reinforcement Learning Algorithms.

Awesome Lists containing this project

README

          

# incompletecode

All you need is runnable code!

The idea of the name is inspired by(stolen from) http://incompleteideas.net/.

---

Playing Atari with Deep Reinforcement Learning [[paper](https://arxiv.org/pdf/1312.5602v1.pdf)] [[code](https://github.com/BryanBo-Cao/incompletecode/tree/main/DQN)]

---

Continuous Control with Deep Reinforcement Learning [[paper](https://arxiv.org/pdf/1509.02971v6.pdf)] [[code](https://github.com/BryanBo-Cao/incompletecode/tree/main/DDPG)]