pushing model
Browse files- .gitattributes +1 -0
- README.md +1 -1
- events.out.tfevents.1702924587.4090-171.159907.0 → events.out.tfevents.1704452503.4090-171.104625.0 +2 -2
- ppo_fix_continuous_action.cleanrl_model +0 -0
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-1.mp4 +0 -3
- videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-8.mp4 +0 -3
- videos/{Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval → Hopper-v4__ppo_fix_continuous_action__2__1704452496-eval}/rl-video-episode-0.mp4 +2 -2
- videos/Hopper-v4__ppo_fix_continuous_action__2__1704452496-eval/rl-video-episode-1.mp4 +0 -0
- videos/Hopper-v4__ppo_fix_continuous_action__2__1704452496-eval/rl-video-episode-8.mp4 +0 -0
.gitattributes
CHANGED
@@ -37,3 +37,4 @@ videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode
|
|
37 |
videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
39 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
37 |
videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
39 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
40 |
+
videos/Hopper-v4__ppo_fix_continuous_action__2__1704452496-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Hopper-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: Hopper-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 2326.99 +/- 946.88
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1702924587.4090-171.159907.0 → events.out.tfevents.1704452503.4090-171.104625.0
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:79c40584543324c3cc284f739b411d5148977bf797f133a501ea136ba37d989a
|
3 |
+
size 540723
|
ppo_fix_continuous_action.cleanrl_model
CHANGED
Binary files a/ppo_fix_continuous_action.cleanrl_model and b/ppo_fix_continuous_action.cleanrl_model differ
|
|
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:0d3f4b7e56ba42a8787c687ecc3dec7156bb0bfe9eb23190f9e479463613d53b
|
3 |
+
size 548765
|
videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-1.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:db58a52f4579bcaad5e27c65f61303fb63f2132a7e4e43d6a0223f92ef6a954b
|
3 |
-
size 1587869
|
|
|
|
|
|
|
|
videos/Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval/rl-video-episode-8.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:be470c9a8ee0d6b57cfefe68caf86cc1a986e7eeee7ef87e85dda1e9f7d303ab
|
3 |
-
size 1464772
|
|
|
|
|
|
|
|
videos/{Hopper-v4__ppo_fix_continuous_action__2__1702924579-eval → Hopper-v4__ppo_fix_continuous_action__2__1704452496-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:5f579e7813de369907427962738e2abd4ebb797e97733cae0fdcd00275cc305e
|
3 |
+
size 1573302
|
videos/Hopper-v4__ppo_fix_continuous_action__2__1704452496-eval/rl-video-episode-1.mp4
ADDED
Binary file (964 kB). View file
|
|
videos/Hopper-v4__ppo_fix_continuous_action__2__1704452496-eval/rl-video-episode-8.mp4
ADDED
Binary file (549 kB). View file
|
|