https://github.com/neonwatty/deep_reinforce_starters
https://github.com/neonwatty/deep_reinforce_starters
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonwatty/deep_reinforce_starters
- Owner: neonwatty
- Created: 2019-05-17T14:42:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T14:12:34.000Z (over 6 years ago)
- Last Synced: 2025-02-12T09:58:30.558Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 125 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep reinforcement learning starter code
This directory contains simple implementations of
- fitted deep Q learning (in Python/autograd, PyTorch, and Keras/Tensorflow)
- policy gradient (PyTorch)