Initial commit
Browse files- README.md +1 -1
- a2c-CartPole-v1.zip +2 -2
- a2c-CartPole-v1/data +0 -0
- a2c-CartPole-v1/policy.optimizer.pth +1 -1
- a2c-CartPole-v1/policy.pth +1 -1
- config.json +0 -0
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
@@ -10,7 +10,7 @@ model-index:
|
|
10 |
results:
|
11 |
- metrics:
|
12 |
- type: mean_reward
|
13 |
-
value: 2.
|
14 |
name: mean_reward
|
15 |
task:
|
16 |
type: reinforcement-learning
|
|
|
10 |
results:
|
11 |
- metrics:
|
12 |
- type: mean_reward
|
13 |
+
value: 2.70 +/- 4.12
|
14 |
name: mean_reward
|
15 |
task:
|
16 |
type: reinforcement-learning
|
a2c-CartPole-v1.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:a9e1cebc24ae5de06b95151665be073ebff9921cce5e3eff6b3178ed2c400a15
|
3 |
+
size 13708751
|
a2c-CartPole-v1/data
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
a2c-CartPole-v1/policy.optimizer.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6750209
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88a7af4eed1cc5f0eaeaff74c70d3f78b3e2da3e1a6f788c5c8f3c8e2b098bda
|
3 |
size 6750209
|
a2c-CartPole-v1/policy.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6750913
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4be919a0834d1d195a208806c8f30fd2a2be9bac956babad7776d0bd551e1640
|
3 |
size 6750913
|
config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
replay.mp4
CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean_reward": 2.
|
|
|
1 |
+
{"mean_reward": 2.7, "std_reward": 4.124318125460256, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2022-08-07T16:00:20.235804"}
|