File size: 899 Bytes
b4a521e 7a764f9 4ff6ab5 7a764f9 b4a521e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
tags:
- MsPacman-v4
- dqn
- reinforcement-learning
- custom-implementation
- deep-rl-class
model-index:
- name: DQN-MsPacman-v4
results:
- task:
type: reinforcement-learning
name: reinforcement-learning
dataset:
name: MsPacman-v4
type: MsPacman-v4
metrics:
- type: mean_reward
value: 249.00 +/- 129.26
name: mean_reward
verified: false
---
# **DQN** Agent playing **MsPacman-v4**
Details see: https://www.kaggle.com/code/syedjarullahhisham/drl-huggingface-extra-unit-3-mspacmandqn-scratch
## Codes
Github repos(Give a star if found useful):
* https://github.com/hishamcse/DRL-Renegades-Game-Bots
* https://github.com/hishamcse/Advanced-DRL-Renegades-Game-Bots
* https://github.com/hishamcse/Robo-Chess
Kaggle Notebook:
* https://www.kaggle.com/code/syedjarullahhisham/drl-huggingface-extra-unit-3-mspacmandqn-scratch
|