pushing model
Browse files- README.md +1 -1
- events.out.tfevents.1704463122.4090-171.155252.0 → events.out.tfevents.1705698231.3090-172.2590103.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__2__1704463109-eval/rl-video-episode-0.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__2__1704463109-eval/rl-video-episode-1.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__2__1704463109-eval/rl-video-episode-8.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__2__1705698224-eval/rl-video-episode-0.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__2__1705698224-eval/rl-video-episode-1.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__2__1705698224-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: 599.05 +/- 83.59
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1704463122.4090-171.155252.0 → events.out.tfevents.1705698231.3090-172.2590103.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:2c0e1bc1db010114cac6ae64631dc0bbdffb7a18a16c30a4333e6e3f38518083
|
3 |
+
size 1596905
|
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__2__1704463109-eval/rl-video-episode-0.mp4
DELETED
Binary file (267 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__2__1704463109-eval/rl-video-episode-1.mp4
DELETED
Binary file (237 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__2__1704463109-eval/rl-video-episode-8.mp4
DELETED
Binary file (164 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__2__1705698224-eval/rl-video-episode-0.mp4
ADDED
Binary file (194 kB). View file
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__2__1705698224-eval/rl-video-episode-1.mp4
ADDED
Binary file (250 kB). View file
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__2__1705698224-eval/rl-video-episode-8.mp4
ADDED
Binary file (187 kB). View file
|
|