pushing model
Browse files- .gitattributes +3 -0
- README.md +1 -1
- events.out.tfevents.1702924587.4090-171.159911.0 β events.out.tfevents.1704452504.4090-171.104628.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval/rl-video-episode-0.mp4 +0 -0
- videos/Hopper-v4__ppo_fix_continuous_action__3__1704452496-eval/rl-video-episode-0.mp4 +3 -0
- videos/{Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval β Hopper-v4__ppo_fix_continuous_action__3__1704452496-eval}/rl-video-episode-1.mp4 +2 -2
- videos/{Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval β Hopper-v4__ppo_fix_continuous_action__3__1704452496-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
videos/Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
37 |
videos/Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
36 |
videos/Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
37 |
videos/Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
39 |
+
videos/Hopper-v4__ppo_fix_continuous_action__3__1704452496-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
40 |
+
videos/Hopper-v4__ppo_fix_continuous_action__3__1704452496-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
41 |
+
videos/Hopper-v4__ppo_fix_continuous_action__3__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: 3107.79 +/- 707.01
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1702924587.4090-171.159911.0 β events.out.tfevents.1704452504.4090-171.104628.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 581895
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55732f970316e5655cef59173c947ae42f9ffab369745f158da5fcec67646ff8
|
3 |
size 581895
|
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:8a96a0d11838a5af7baf5fbb4003920eaf41d38d41c50f138f74be1ca83ca92b
|
3 |
+
size 1599247
|
videos/Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval/rl-video-episode-0.mp4
DELETED
Binary file (687 kB)
|
|
videos/Hopper-v4__ppo_fix_continuous_action__3__1704452496-eval/rl-video-episode-0.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33e7e4d713e3461fb80bca2fb44f713ebe4678a0e3e320f79bab03c53c69ca86
|
3 |
+
size 1607748
|
videos/{Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval β Hopper-v4__ppo_fix_continuous_action__3__1704452496-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:7a397b046786324f75063fae96652513a95455cc157039bf9af2eb3600530144
|
3 |
+
size 1598407
|
videos/{Hopper-v4__ppo_fix_continuous_action__3__1702924580-eval β Hopper-v4__ppo_fix_continuous_action__3__1704452496-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:8a96a0d11838a5af7baf5fbb4003920eaf41d38d41c50f138f74be1ca83ca92b
|
3 |
+
size 1599247
|