pushing model
Browse files- README.md +1 -1
- events.out.tfevents.1704463091.4090-171.154748.0 → events.out.tfevents.1705698228.3090-172.2590001.0 +2 -2
- ppo_fix_continuous_action.cleanrl_model +0 -0
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-0.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-1.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-8.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1705698220-eval/rl-video-episode-0.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1705698220-eval/rl-video-episode-1.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1705698220-eval/rl-video-episode-8.mp4 +0 -0
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Humanoid-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: Humanoid-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 753.77 +/- 132.32
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1704463091.4090-171.154748.0 → events.out.tfevents.1705698228.3090-172.2590001.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:38290e33fc3bdfc64db483e2de093666fed946b164eb4ce74198bba139b1e112
|
3 |
+
size 1571351
|
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
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-0.mp4
DELETED
Binary file (235 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-1.mp4
DELETED
Binary file (221 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-8.mp4
DELETED
Binary file (164 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1705698220-eval/rl-video-episode-0.mp4
ADDED
Binary file (172 kB). View file
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1705698220-eval/rl-video-episode-1.mp4
ADDED
Binary file (286 kB). View file
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1705698220-eval/rl-video-episode-8.mp4
ADDED
Binary file (228 kB). View file
|
|