https://github.com/felipemarcelino/2048-ddqn-per-reinforcement-learning
This project aims apply Dueling Deep Q Learning with Prioritized experience to play game 2048
https://github.com/felipemarcelino/2048-ddqn-per-reinforcement-learning
2048-game double-dqn dueling-q-networks machine-learning prioritized-experience-replay q-learning reinforcement-learning sumtree
Last synced: 8 months ago
JSON representation
This project aims apply Dueling Deep Q Learning with Prioritized experience to play game 2048
- Host: GitHub
- URL: https://github.com/felipemarcelino/2048-ddqn-per-reinforcement-learning
- Owner: FelipeMarcelino
- Created: 2018-09-10T04:23:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T02:11:00.000Z (about 7 years ago)
- Last Synced: 2025-03-26T03:51:15.222Z (8 months ago)
- Topics: 2048-game, double-dqn, dueling-q-networks, machine-learning, prioritized-experience-replay, q-learning, reinforcement-learning, sumtree
- Language: Python
- Size: 191 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048-DDQN-PER-Reinforcement-Learning
This project aims apply Dueling Deep Q Learning with Prioritized experience to play game 2048