pushing model
Browse files- .gitattributes +3 -0
- README.md +1 -1
- events.out.tfevents.1702935427.4090-171.242716.0 → events.out.tfevents.1704463447.4090-171.160766.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/{HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval → HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval}/rl-video-episode-0.mp4 +2 -2
- videos/{HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval → HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval}/rl-video-episode-1.mp4 +2 -2
- videos/{HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval → HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
|
@@ -38,3 +38,6 @@ videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval/rl-video-ep
|
|
| 38 |
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
videos/HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -16,7 +16,7 @@ model-index:
|
|
| 16 |
type: HalfCheetah-v4
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
-
value:
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
|
|
|
| 16 |
type: HalfCheetah-v4
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 1637.65 +/- 21.79
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
events.out.tfevents.1702935427.4090-171.242716.0 → events.out.tfevents.1704463447.4090-171.160766.0
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 376394
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9361be34853f282679ca1170de9677f37f182b2cd147a4ab914b27d037e36aa0
|
| 3 |
size 376394
|
ppo_fix_continuous_action.py
CHANGED
|
@@ -430,7 +430,7 @@ if __name__ == "__main__":
|
|
| 430 |
|
| 431 |
# https://github.com/DLR-RM/stable-baselines3/pull/658
|
| 432 |
for idx, trunc in enumerate(truncations):
|
| 433 |
-
if trunc:
|
| 434 |
real_next_obs = infos["final_observation"][idx]
|
| 435 |
with torch.no_grad():
|
| 436 |
terminal_value = agent.get_value(torch.Tensor(real_next_obs).to(device)).reshape(1, -1)[0][0]
|
|
|
|
| 430 |
|
| 431 |
# https://github.com/DLR-RM/stable-baselines3/pull/658
|
| 432 |
for idx, trunc in enumerate(truncations):
|
| 433 |
+
if trunc and not terminations[idx]:
|
| 434 |
real_next_obs = infos["final_observation"][idx]
|
| 435 |
with torch.no_grad():
|
| 436 |
terminal_value = agent.get_value(torch.Tensor(real_next_obs).to(device)).reshape(1, -1)[0][0]
|
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:5ab00f7f41a330df883c5157a3a39619f5ccaa1d5b53bb3453fbc5d3d0d8071b
|
| 3 |
+
size 2032837
|
videos/{HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval → HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval}/rl-video-episode-0.mp4
RENAMED
|
@@ -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:38a5925e6187ddfae5ffa4ac045d958419762b3bcabbb47cd1b9214a417fb929
|
| 3 |
+
size 2043322
|
videos/{HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval → HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval}/rl-video-episode-1.mp4
RENAMED
|
@@ -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:dcd907b655fdb85b200f106520ebc09434416a96d49e60da844634fe73b0254a
|
| 3 |
+
size 2072606
|
videos/{HalfCheetah-v4__ppo_fix_continuous_action__2__1702935419-eval → HalfCheetah-v4__ppo_fix_continuous_action__2__1704463432-eval}/rl-video-episode-8.mp4
RENAMED
|
@@ -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:5ab00f7f41a330df883c5157a3a39619f5ccaa1d5b53bb3453fbc5d3d0d8071b
|
| 3 |
+
size 2032837
|