Initial commit
Browse files- ppo-seals-MountainCar-v0.zip +2 -2
- ppo-seals-MountainCar-v0/data +3 -3
- results.json +1 -1
ppo-seals-MountainCar-v0.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1954ebe2f0e8c13dff2ea4f1f7a3b360b5ac45edceae25242c3ed04fc6183e9
|
3 |
+
size 135328
|
ppo-seals-MountainCar-v0/data
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
":type:": "<class 'abc.ABCMeta'>",
|
4 |
":serialized:": "gAWVRwAAAAAAAACMF2ltaXRhdGlvbi5wb2xpY2llcy5iYXNllIwnTWxwUG9saWN5V2l0aE5vcm1hbGl6ZUZlYXR1cmVzRXh0cmFjdG9ylJOULg==",
|
5 |
"__module__": "imitation.policies.base",
|
6 |
-
"
|
7 |
-
"
|
8 |
"__abstractmethods__": "frozenset()",
|
9 |
-
"_abc_impl": "<_abc_data object at
|
10 |
},
|
11 |
"verbose": 1,
|
12 |
"policy_kwargs": {
|
|
|
3 |
":type:": "<class 'abc.ABCMeta'>",
|
4 |
":serialized:": "gAWVRwAAAAAAAACMF2ltaXRhdGlvbi5wb2xpY2llcy5iYXNllIwnTWxwUG9saWN5V2l0aE5vcm1hbGl6ZUZlYXR1cmVzRXh0cmFjdG9ylJOULg==",
|
5 |
"__module__": "imitation.policies.base",
|
6 |
+
"__doc__": "An ActorCriticPolicy that uses a NormalizeFeaturesExtractor by default.\n\n Note: this policy is used when training the expert models using the rl-zoo3 to\n ensure that the observations are normalized properly.\n ",
|
7 |
+
"__init__": "<function MlpPolicyWithNormalizeFeaturesExtractor.__init__ at 0x7f770713baf0>",
|
8 |
"__abstractmethods__": "frozenset()",
|
9 |
+
"_abc_impl": "<_abc_data object at 0x7f7707185360>"
|
10 |
},
|
11 |
"verbose": 1,
|
12 |
"policy_kwargs": {
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean_reward": -100.6, "std_reward": 5.748043145279966, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2022-11-
|
|
|
1 |
+
{"mean_reward": -100.6, "std_reward": 5.748043145279966, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2022-11-16T16:05:57.962051"}
|