https://github.com/manjavacas/dqn-from-scratch
DQN implementation from scratch.
https://github.com/manjavacas/dqn-from-scratch
ai deep-reinforcement-learning dqn dqn-pytorch from-scratch python pytorch reinforcement-learning
Last synced: 4 months ago
JSON representation
DQN implementation from scratch.
- Host: GitHub
- URL: https://github.com/manjavacas/dqn-from-scratch
- Owner: manjavacas
- Created: 2023-01-09T15:26:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T09:01:23.000Z (about 1 year ago)
- Last Synced: 2025-06-05T07:59:15.414Z (about 1 year ago)
- Topics: ai, deep-reinforcement-learning, dqn, dqn-pytorch, from-scratch, python, pytorch, reinforcement-learning
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🗒 About
- **Deep Q-Network** algorithm implemented from scratch.
- Tested in **OpenAI Gym** environments.