pushing model
Browse files- .gitattributes +3 -0
- README.md +1 -1
- events.out.tfevents.1702940430.4090-171.301689.0 β events.out.tfevents.1704452190.4090-171.100799.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__3__1702940421-eval β Ant-v4__ppo_fix_continuous_action__3__1704452176-eval}/rl-video-episode-0.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__3__1702940421-eval β Ant-v4__ppo_fix_continuous_action__3__1704452176-eval}/rl-video-episode-1.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__3__1702940421-eval β Ant-v4__ppo_fix_continuous_action__3__1704452176-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
@@ -37,3 +37,6 @@ videos/Ant-v4__ppo_fix_continuous_action__3__1702940421-eval/rl-video-episode-8.
|
|
37 |
videos/Ant-v4__ppo_fix_continuous_action__3__1702940421-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Ant-v4__ppo_fix_continuous_action__3__1702940421-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__3__1702940421-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Ant-v4__ppo_fix_continuous_action__3__1702940421-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__3__1704452176-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
41 |
+
videos/Ant-v4__ppo_fix_continuous_action__3__1704452176-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
42 |
+
videos/Ant-v4__ppo_fix_continuous_action__3__1704452176-eval/rl-video-episode-0.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: 2089.74 +/- 807.82
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1702940430.4090-171.301689.0 β events.out.tfevents.1704452190.4090-171.100799.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 640114
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:168e542657604b6b48b2cd7533eb9e76fb8482621f2101e663177d663ff33483
|
3 |
size 640114
|
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:85beac4a021a33f022ac03b0e6f4aa761c1671f402f87d71579913bfd9f2d2c7
|
3 |
+
size 2019778
|
videos/{Ant-v4__ppo_fix_continuous_action__3__1702940421-eval β Ant-v4__ppo_fix_continuous_action__3__1704452176-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:8b5f2c3bdee91e0a3c005b8540f3283d7960bb79c5f7605d98ac4d3cd7b87449
|
3 |
+
size 2183107
|
videos/{Ant-v4__ppo_fix_continuous_action__3__1702940421-eval β Ant-v4__ppo_fix_continuous_action__3__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:a7562cb21be73f96a19298b0fad41e192b67f324e42bdb893b5eb31a2f8a24e7
|
3 |
+
size 2067692
|
videos/{Ant-v4__ppo_fix_continuous_action__3__1702940421-eval β Ant-v4__ppo_fix_continuous_action__3__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:85beac4a021a33f022ac03b0e6f4aa761c1671f402f87d71579913bfd9f2d2c7
|
3 |
+
size 2019778
|