mihirdeo16 commited on
Commit
fd3f385
·
1 Parent(s): 86a183f

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +2 -2
  2. hyperparameters.json +1 -1
  3. model.pt +2 -2
  4. replay.mp4 +0 -0
  5. results.json +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - custom-implementation
7
  - deep-rl-class
8
  model-index:
9
- - name: pixelcopter
10
  results:
11
  - task:
12
  type: reinforcement-learning
@@ -16,7 +16,7 @@ model-index:
16
  type: Pixelcopter-PLE-v0
17
  metrics:
18
  - type: mean_reward
19
- value: 23.00 +/- 23.45
20
  name: mean_reward
21
  verified: false
22
  ---
 
6
  - custom-implementation
7
  - deep-rl-class
8
  model-index:
9
+ - name: mcpg-pixelcopter-v1
10
  results:
11
  - task:
12
  type: reinforcement-learning
 
16
  type: Pixelcopter-PLE-v0
17
  metrics:
18
  - type: mean_reward
19
+ value: 27.20 +/- 19.37
20
  name: mean_reward
21
  verified: false
22
  ---
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 64, "n_training_episodes": 50000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}
 
1
+ {"h_size": 64, "n_training_episodes": 20000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b291732175662eae29a9a21938e7a9ad2db5fa82158bd6b651eeb329bb68809
3
- size 56391
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679e62abb64776b50cf5655393a34ba2715021c4fd13f2893f891a3ea1950152
3
+ size 39239
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 23.0, "n_evaluation_episodes": 10, "eval_datetime": "2023-06-08T04:30:48.224458"}
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 27.2, "n_evaluation_episodes": 10, "eval_datetime": "2023-06-08T19:00:28.980166"}