pushing model
Browse files- .gitattributes +2 -0
- README.md +1 -1
- events.out.tfevents.1702940486.4090-171.302981.0 → events.out.tfevents.1704452190.4090-171.100802.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/Ant-v4__ppo_fix_continuous_action__4__1702940478-eval/rl-video-episode-0.mp4 +0 -3
- videos/Ant-v4__ppo_fix_continuous_action__4__1704452176-eval/rl-video-episode-0.mp4 +0 -0
- videos/{Ant-v4__ppo_fix_continuous_action__4__1702940478-eval → Ant-v4__ppo_fix_continuous_action__4__1704452176-eval}/rl-video-episode-1.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__4__1702940478-eval → Ant-v4__ppo_fix_continuous_action__4__1704452176-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
@@ -37,3 +37,5 @@ videos/Ant-v4__ppo_fix_continuous_action__4__1702940478-eval/rl-video-episode-8.
|
|
37 |
videos/Ant-v4__ppo_fix_continuous_action__4__1702940478-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Ant-v4__ppo_fix_continuous_action__4__1702940478-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/Ant-v4__ppo_fix_continuous_action__4__1702940478-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Ant-v4__ppo_fix_continuous_action__4__1702940478-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/Ant-v4__ppo_fix_continuous_action__4__1704452176-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
41 |
+
videos/Ant-v4__ppo_fix_continuous_action__4__1704452176-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Ant-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: Ant-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 2627.40 +/- 1335.96
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1702940486.4090-171.302981.0 → events.out.tfevents.1704452190.4090-171.100802.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 739638
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fedc4da70e7b0b899162790c0a7070681c9afff3d11d447326f549d9e8c8b261
|
3 |
size 739638
|
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:3730087c1115830c6b37b0856faf3ecb8df232abcf58861241eab982a6c58181
|
3 |
+
size 1292225
|
videos/Ant-v4__ppo_fix_continuous_action__4__1702940478-eval/rl-video-episode-0.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f38608dd0b73fcb0a1f32331aeb542818ed6b6a2a2eced0c9413fdbbe1622a5f
|
3 |
-
size 1737315
|
|
|
|
|
|
|
|
videos/Ant-v4__ppo_fix_continuous_action__4__1704452176-eval/rl-video-episode-0.mp4
ADDED
Binary file (123 kB). View file
|
|
videos/{Ant-v4__ppo_fix_continuous_action__4__1702940478-eval → Ant-v4__ppo_fix_continuous_action__4__1704452176-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:e8ef159859cd6df8e1c1f7f7ff34cc6552a9cbf398a398c567535eff710d4324
|
3 |
+
size 1834874
|
videos/{Ant-v4__ppo_fix_continuous_action__4__1702940478-eval → Ant-v4__ppo_fix_continuous_action__4__1704452176-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:3730087c1115830c6b37b0856faf3ecb8df232abcf58861241eab982a6c58181
|
3 |
+
size 1292225
|