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.
- Host: GitHub
- URL: https://github.com/bryanbocao/incompletecode
- Owner: bryanbocao
- License: mit
- Created: 2020-12-11T22:18:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-16T03:52:36.000Z (over 5 years ago)
- Last Synced: 2026-04-29T10:40:06.307Z (2 months ago)
- Topics: keras, reinforcement-learning, reinforcement-learning-algorithms, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)]