Nasotro commited on
Commit
82bf3e6
·
verified ·
1 Parent(s): f8f6224

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 +1 -1
  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: Reinforce-pixelcopterv1
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: 13.80 +/- 15.29
20
  name: mean_reward
21
  verified: false
22
  ---
 
6
  - custom-implementation
7
  - deep-rl-class
8
  model-index:
9
+ - name: Reinforce-PixelCopterV1
10
  results:
11
  - task:
12
  type: reinforcement-learning
 
16
  type: Pixelcopter-PLE-v0
17
  metrics:
18
  - type: mean_reward
19
+ value: 15.00 +/- 14.35
20
  name: mean_reward
21
  verified: false
22
  ---
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 64, "n_training_episodes": 10000, "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": 30000, "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:19097ca6a05d7717af372c79553af67fbb5a6f7fc5b7b2c7310af84c08403eaa
3
  size 39732
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e53246827064137b030dbfdb9983c964014c59af95a5000d705528743a8c043
3
  size 39732
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": 13.8, "n_evaluation_episodes": 10, "eval_datetime": "2024-11-12T16:51:11.923491"}
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 15.0, "n_evaluation_episodes": 10, "eval_datetime": "2024-11-13T19:14:47.302380"}