File size: 1,148 Bytes
7755cbe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492418b
 
 
 
 
 
 
 
 
cacfbb2
492418b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
tags:
- ALE/KungFuMaster-v5
- A3C
- ICM
- reinforcement-learning
- atari
- ALE/KungFuMaster-v5
- KungFuMaster-v5
model-index:
- name: A3C-ICM-KungFuMaster-v5
  results:
  - task:
      type: reinforcement-learning
      name: reinforcement-learning
    dataset:
      name: ALE/KungFuMaster-v5
      type: ALE/KungFuMaster-v5
    metrics:
    - type: mean_reward
      value: 5750.00 +/- 1608.88
      name: mean_reward
      verified: false
---

# **A3C with ICM** Agent playing **ALE/KungFuMaster-v5**
This is a trained model of a **A3C-ICM** agent playing **ALE/KungFuMaster-v5** .


## Codes

Github repos(Give a star if found useful):
  * https://github.com/hishamcse/Advanced-DRL-Renegades-Game-Bots
  * https://github.com/hishamcse/DRL-Renegades-Game-Bots
  * https://github.com/hishamcse/Robo-Chess

Kaggle Notebook:
  * https://www.kaggle.com/code/syedjarullahhisham/drl-extra-personal-adv-drl-a3c-icm-kungfu-master


# Hyperparameters

```
"envid": "ALE/KungFuMaster-v5",
"learningrate": 0.0002,
"tau": 1.0,
"num_local_step": 50,
"num_global_step": 380000,
"gamma": 0.99,
"lambda": 0.1,
"eta": 0.2,
"beta": 0.2,
"max_actions": 500
```