Upload folder using huggingface_hub
Browse files- hyperparameters.json +1 -0
- model.pt +3 -0
hyperparameters.json
ADDED
@@ -0,0 +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}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc9c6884b502af97e183645353bc65610c45a3ae36f851a6e9bd12f9f37fbb6d
|
3 |
+
size 39732
|