Upload folder using huggingface_hub
Browse files- README.md +2 -2
- hyperparameters.json +1 -1
- model.pt +1 -1
- replay.mp4 +0 -0
- 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-
|
| 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:
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
|
|
|
| 6 |
- custom-implementation
|
| 7 |
- deep-rl-class
|
| 8 |
model-index:
|
| 9 |
+
- name: Reinforce-Copter_v1
|
| 10 |
results:
|
| 11 |
- task:
|
| 12 |
type: reinforcement-learning
|
|
|
|
| 16 |
type: Pixelcopter-PLE-v0
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 33.90 +/- 29.59
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
hyperparameters.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"h_size": 64, "n_training_episodes":
|
|
|
|
| 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}
|
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 39732
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa9faa5905f3e428955756ffa351728be667350fc8d1ca076ae41ee6a8d1cc2a
|
| 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":
|
|
|
|
| 1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 33.9, "n_evaluation_episodes": 10, "eval_datetime": "2025-03-31T15:18:25.148460"}
|