eshwarprasadS
commited on
Commit
•
4f7343b
1
Parent(s):
1397bca
Push PPO Agent for CarRacing
Browse files- PPO_CNN_CarRacing.zip +2 -2
- PPO_CNN_CarRacing/data +0 -0
- PPO_CNN_CarRacing/policy.optimizer.pth +1 -1
- PPO_CNN_CarRacing/policy.pth +1 -1
- README.md +1 -1
- config.json +0 -0
- replay.mp4 +2 -2
- results.json +1 -1
PPO_CNN_CarRacing.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:5fceb96ad2348605562e9a6e2be935783eaaef2d2b716fdbafe8af2022c2ab42
|
3 |
+
size 26440026
|
PPO_CNN_CarRacing/data
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
PPO_CNN_CarRacing/policy.optimizer.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17415600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a95c585ac26abaec4fcd2227494a4df09587994f253df0a17df83ec4694ec1ca
|
3 |
size 17415600
|
PPO_CNN_CarRacing/policy.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8709950
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411c758f1bf97b33eac989b3320db1d7c5f83863698de63ba482a49b287f1a41
|
3 |
size 8709950
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: CarRacing-v0
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value: -
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: CarRacing-v0
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: -50.30 +/- 10.65
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
replay.mp4
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:610d43e4d9420856bc591eceb3ca54d58628291178a8fbb7ddbafb122c8eedb9
|
3 |
+
size 2052170
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean_reward": -
|
|
|
1 |
+
{"mean_reward": -50.30261606797576, "std_reward": 10.654653135571326, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2023-02-07T01:15:17.688737"}
|