pushing model
Browse files- .gitattributes +2 -0
- README.md +1 -1
- events.out.tfevents.1702930579.4090-171.190027.0 → events.out.tfevents.1704458006.4090-171.133889.0 +2 -2
- ppo_fix_continuous_action.cleanrl_model +0 -0
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval/rl-video-episode-0.mp4 +0 -0
- videos/Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval/rl-video-episode-1.mp4 +0 -0
- videos/Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval/rl-video-episode-0.mp4 +0 -0
- videos/Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval/rl-video-episode-1.mp4 +3 -0
- videos/{Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval → Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
videos/Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
37 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
videos/Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
37 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
+
videos/Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
39 |
+
videos/Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Walker2d-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: Walker2d-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 4387.63 +/- 1126.33
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1702930579.4090-171.190027.0 → events.out.tfevents.1704458006.4090-171.133889.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:8e8b117e57d1c3e48c2516da5e7c6f6c7a5924d6196e03620ffde54d8bcaeb88
|
3 |
+
size 570569
|
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:eab52d9c0da8df2729246fcf075ffa47b283e13390acf8be04d1bafbd3f23d8c
|
3 |
+
size 1456039
|
videos/Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval/rl-video-episode-0.mp4
DELETED
Binary file (539 kB)
|
|
videos/Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval/rl-video-episode-1.mp4
DELETED
Binary file (764 kB)
|
|
videos/Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval/rl-video-episode-0.mp4
ADDED
Binary file (985 kB). View file
|
|
videos/Walker2d-v4__ppo_fix_continuous_action__4__1704457999-eval/rl-video-episode-1.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab7b6e2867b857d199d2a718234c42d053232caeee09aa7d84c23cdbfbafdc8a
|
3 |
+
size 1447338
|
videos/{Walker2d-v4__ppo_fix_continuous_action__4__1702930571-eval → Walker2d-v4__ppo_fix_continuous_action__4__1704457999-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:eab52d9c0da8df2729246fcf075ffa47b283e13390acf8be04d1bafbd3f23d8c
|
3 |
+
size 1456039
|