pushing model
Browse files- README.md +1 -1
- events.out.tfevents.1702945470.4090-171.346176.0 → events.out.tfevents.1704457715.4090-171.128096.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__2__1702945463-eval/rl-video-episode-0.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__2__1702945463-eval/rl-video-episode-1.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__2__1702945463-eval/rl-video-episode-8.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__2__1704457707-eval/rl-video-episode-0.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__2__1704457707-eval/rl-video-episode-1.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__2__1704457707-eval/rl-video-episode-8.mp4 +0 -0
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Swimmer-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: Swimmer-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 106.84 +/- 2.22
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1702945470.4090-171.346176.0 → events.out.tfevents.1704457715.4090-171.128096.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 376390
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fad9c7798a1b2013335b3bc158e4000dfcf5751f54197b9bd1b31d69c3209400
|
3 |
size 376390
|
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
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__2__1702945463-eval/rl-video-episode-0.mp4
DELETED
Binary file (862 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__2__1702945463-eval/rl-video-episode-1.mp4
DELETED
Binary file (856 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__2__1702945463-eval/rl-video-episode-8.mp4
DELETED
Binary file (862 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__2__1704457707-eval/rl-video-episode-0.mp4
ADDED
Binary file (862 kB). View file
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__2__1704457707-eval/rl-video-episode-1.mp4
ADDED
Binary file (854 kB). View file
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__2__1704457707-eval/rl-video-episode-8.mp4
ADDED
Binary file (861 kB). View file
|
|