pushing model
Browse files- .gitattributes +2 -0
- README.md +1 -1
- events.out.tfevents.1704498497.4090-171.325530.0 → events.out.tfevents.1705691788.3090-172.2535432.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__1__1704498490-eval/rl-video-episode-0.mp4 +0 -3
- videos/Walker2d-v4__ppo_fix_continuous_action__1__1705691778-eval/rl-video-episode-0.mp4 +0 -0
- videos/{Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval → Walker2d-v4__ppo_fix_continuous_action__1__1705691778-eval}/rl-video-episode-1.mp4 +2 -2
- videos/{Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval → Walker2d-v4__ppo_fix_continuous_action__1__1705691778-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
@@ -42,3 +42,5 @@ replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
42 |
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
43 |
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
44 |
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
42 |
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
43 |
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
44 |
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
videos/Walker2d-v4__ppo_fix_continuous_action__1__1705691778-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
46 |
+
videos/Walker2d-v4__ppo_fix_continuous_action__1__1705691778-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: 3839.28 +/- 1326.99
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1704498497.4090-171.325530.0 → events.out.tfevents.1705691788.3090-172.2535432.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:8f462d1a418d4000e755a5f1b0fb1c378e095668b69b2a2cb3a4adb0df1bc588
|
3 |
+
size 546243
|
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
@@ -198,7 +198,7 @@ class NormalizeReward(gym.core.Wrapper, gym.utils.RecordConstructorArgs):
|
|
198 |
return obs, rews, terminateds, truncateds, infos
|
199 |
|
200 |
def reset(self, **kwargs):
|
201 |
-
self.returns = np.zeros(self.num_envs)
|
202 |
return self.env.reset(**kwargs)
|
203 |
|
204 |
def normalize(self, rews):
|
|
|
198 |
return obs, rews, terminateds, truncateds, infos
|
199 |
|
200 |
def reset(self, **kwargs):
|
201 |
+
# self.returns = np.zeros(self.num_envs)
|
202 |
return self.env.reset(**kwargs)
|
203 |
|
204 |
def normalize(self, rews):
|
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:d151cf055071da13ee2da4f670b0c3f735c4a9f959ee9c0c247b2a5587afe950
|
3 |
+
size 1448477
|
videos/Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval/rl-video-episode-0.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d8d48f8c5f3f5a78cf8b0f61bb5e34bd09b668248243d8688763bb425f8b294e
|
3 |
-
size 1359864
|
|
|
|
|
|
|
|
videos/Walker2d-v4__ppo_fix_continuous_action__1__1705691778-eval/rl-video-episode-0.mp4
ADDED
Binary file (925 kB). View file
|
|
videos/{Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval → Walker2d-v4__ppo_fix_continuous_action__1__1705691778-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:ddaff67977f98d65350f9e8610eb443e6c89b5020339077dd3a9aedf2bf4a27f
|
3 |
+
size 1458274
|
videos/{Walker2d-v4__ppo_fix_continuous_action__1__1704498490-eval → Walker2d-v4__ppo_fix_continuous_action__1__1705691778-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:d151cf055071da13ee2da4f670b0c3f735c4a9f959ee9c0c247b2a5587afe950
|
3 |
+
size 1448477
|