hishamcse commited on
Commit
7755cbe
·
verified ·
1 Parent(s): 193ba4d

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. .gitattributes +1 -0
  2. README.md +29 -0
  3. a3c_agent.pt +3 -0
  4. hyperparameters.json +1 -0
  5. icm_agent.pt +3 -0
  6. replay.mp4 +3 -0
  7. results.json +1 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ replay.mp4 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - ALE/KungFuMaster-v5
4
+ - A3C
5
+ - ICM
6
+ - reinforcement-learning
7
+ - atari
8
+ - ALE/KungFuMaster-v5
9
+ - KungFuMaster-v5
10
+ model-index:
11
+ - name: A3C-ICM-KungFuMaster-v5
12
+ results:
13
+ - task:
14
+ type: reinforcement-learning
15
+ name: reinforcement-learning
16
+ dataset:
17
+ name: ALE/KungFuMaster-v5
18
+ type: ALE/KungFuMaster-v5
19
+ metrics:
20
+ - type: mean_reward
21
+ value: 5750.00 +/- 1608.88
22
+ name: mean_reward
23
+ verified: false
24
+ ---
25
+
26
+ # **A3C with ICM** Agent playing **ALE/KungFuMaster-v5**
27
+ This is a trained model of a **A3C-ICM** agent playing **ALE/KungFuMaster-v5** .
28
+ To learn to use this model and train yours check this notebook on kaggle: https://www.kaggle.com/code/syedjarullahhisham/drl-extra-personal-adv-drl-a3c-icm-kungfu-master
29
+
a3c_agent.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385bd22e42b74570af802a30f81e35930716af99de3dbddc5f952c056b007052
3
+ size 55224396
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"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}
icm_agent.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2142758bc3307e7bc78b265855f83295890cd481cf36dcc079e2f213f52ccef
3
+ size 38486156
replay.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dd5bccab67ba4e1f179052ba13c5d401009d24834a3ae7f3edc18048b0243f
3
+ size 5288490
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "ALE/KungFuMaster-v5", "mean_reward": 5750.0, "n_evaluation_episodes": 10, "eval_datetime": "2024-07-06T12:51:44.414205"}