Commit
·
9677ff4
1
Parent(s):
0f47df2
Push PPO Agent for CarRacing
Browse files- PPO_CNN_CarRacing.zip +3 -0
- PPO_CNN_CarRacing/_stable_baselines3_version +1 -0
- PPO_CNN_CarRacing/data +0 -0
- PPO_CNN_CarRacing/policy.optimizer.pth +3 -0
- PPO_CNN_CarRacing/policy.pth +3 -0
- PPO_CNN_CarRacing/pytorch_variables.pth +3 -0
- PPO_CNN_CarRacing/system_info.txt +7 -0
- README.md +1 -1
- config.json +0 -0
- replay.mp4 +2 -2
- results.json +1 -1
PPO_CNN_CarRacing.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6183c4b875741fd6a52a8ab004f098ccb243c8ba3845d5850304ce21afe91eca
|
| 3 |
+
size 26440024
|
PPO_CNN_CarRacing/_stable_baselines3_version
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.7.0
|
PPO_CNN_CarRacing/data
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
PPO_CNN_CarRacing/policy.optimizer.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a7ecc62c5853b6f63043c01e19bef31842ebca1b1bd236edf56b8daeec8ac30
|
| 3 |
+
size 17415600
|
PPO_CNN_CarRacing/policy.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea6344d65c525354e28743b6e7c11e58984e50815f39a05f366afa5a7e2934a1
|
| 3 |
+
size 8709950
|
PPO_CNN_CarRacing/pytorch_variables.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d030ad8db708280fcae77d87e973102039acd23a11bdecc3db8eb6c0ac940ee1
|
| 3 |
+
size 431
|
PPO_CNN_CarRacing/system_info.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- OS: Linux-5.10.147+-x86_64-with-glibc2.29 # 1 SMP Sat Dec 10 16:00:40 UTC 2022
|
| 2 |
+
- Python: 3.8.10
|
| 3 |
+
- Stable-Baselines3: 1.7.0
|
| 4 |
+
- PyTorch: 1.13.1+cu116
|
| 5 |
+
- GPU Enabled: True
|
| 6 |
+
- Numpy: 1.21.6
|
| 7 |
+
- Gym: 0.21.0
|
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: 191.75 +/- 94.74
|
| 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:c068a0ad4548386df8d905200819b997907c4ca4020228e05d590bef9d975840
|
| 3 |
+
size 975860
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"mean_reward":
|
|
|
|
| 1 |
+
{"mean_reward": 191.74884547516703, "std_reward": 94.7400245927899, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2023-02-06T23:18:01.747425"}
|