Upload folder using huggingface_hub
Browse files- README.md +2 -0
- hyperparameters.json +1 -0
- model.pt +3 -0
- replay.mp4 +0 -0
- results.json +1 -0
README.md
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
# Model and Training Information
|
2 |
+
This model was trained using Reinforce on the Pixelcopter-PLE-v0 environment. For more details, see the hyperparameters.json.
|
hyperparameters.json
ADDED
@@ -0,0 +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}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60a9b9b22f179d51ff2eed5c33a22cfd70feeb56118ecf642df0873d9f397095
|
3 |
+
size 39239
|
replay.mp4
ADDED
Binary file (9.51 kB). View file
|
|
results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 40.0, "n_evaluation_episodes": 10, "eval_datetime": "2024-02-02T03:04:21.120686"}
|