shreyassarkar commited on
Commit
b2bfcb6
·
verified ·
1 Parent(s): 8da8e92

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
@@ -17,7 +17,7 @@ model-index:
17
  type: Pixelcopter-PLE-v0
18
  metrics:
19
  - type: mean_reward
20
- value: 4.60 +/- 4.40
21
  name: Mean Reward
22
  verified: false
23
  ---
@@ -26,4 +26,4 @@ model-index:
26
 
27
  This is a **REINFORCE** agent trained on **Pixelcopter (PLE)** using a custom environment wrapper.
28
 
29
- **Mean reward:** 4.60 ± 4.40
 
17
  type: Pixelcopter-PLE-v0
18
  metrics:
19
  - type: mean_reward
20
+ value: 4.92 +/- 4.22
21
  name: Mean Reward
22
  verified: false
23
  ---
 
26
 
27
  This is a **REINFORCE** agent trained on **Pixelcopter (PLE)** using a custom environment wrapper.
28
 
29
+ **Mean reward:** 4.92 ± 4.22
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 64, "n_training_episodes": 15000, "n_evaluation_episodes": 30, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 576, "action_space": 2}
 
1
+ {"h_size": 64, "n_training_episodes": 15000, "n_evaluation_episodes": 50, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 576, "action_space": 2}
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3a761dbc76843005d089d8b1e292b61cbe7622c4c2c26031afd030f97047a8f
3
  size 185725
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca8873280347ee5b70f94442a4b36952d9cfb130338713885a1edf29ff63f46
3
  size 185725
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": 4.6, "std_reward": 4.40151489073175, "n_evaluation_episodes": 30, "eval_datetime": "2025-12-27T12:46:23.673290"}
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 4.92, "std_reward": 4.222984726470131, "n_evaluation_episodes": 50, "eval_datetime": "2025-12-27T13:15:52.864371"}