https://github.com/hlfshell/deep_q_network
Exploring Deep Reinforcement Learning - Deep Q Networks
https://github.com/hlfshell/deep_q_network
Last synced: 9 months ago
JSON representation
Exploring Deep Reinforcement Learning - Deep Q Networks
- Host: GitHub
- URL: https://github.com/hlfshell/deep_q_network
- Owner: hlfshell
- Created: 2021-01-12T02:27:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T06:04:10.000Z (over 5 years ago)
- Last Synced: 2025-04-04T05:43:04.608Z (about 1 year ago)
- Language: Python
- Size: 513 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Q Network
This repos is where I explore Deep Q Networks as a method to explore Deep Reinforcement Learning for Open AI Gyms.
Currently can solve `CartPole-v0`, `MountainCar-v0`, `Acrobot-v1`, and `LunarLander-v2`

