pushing model
Browse files- README.md +1 -1
- events.out.tfevents.1704457676.4090-171.127219.0 → events.out.tfevents.1705691871.3090-172.2537074.0 +1 -1
- ppo_fix_continuous_action.cleanrl_model +0 -0
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__1__1704457667-eval/rl-video-episode-0.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__1__1704457667-eval/rl-video-episode-1.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__1__1704457667-eval/rl-video-episode-8.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__1__1705691864-eval/rl-video-episode-0.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__1__1705691864-eval/rl-video-episode-1.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__1__1705691864-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: 128.47 +/- 1.87
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1704457676.4090-171.127219.0 → events.out.tfevents.1705691871.3090-172.2537074.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:ecfc50def413f2b4a56b33c07a6523d3d2ad578bbd475d744dcb3d356550de28
|
3 |
size 376390
|
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/Swimmer-v4__ppo_fix_continuous_action__1__1704457667-eval/rl-video-episode-0.mp4
DELETED
Binary file (849 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__1__1704457667-eval/rl-video-episode-1.mp4
DELETED
Binary file (858 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__1__1704457667-eval/rl-video-episode-8.mp4
DELETED
Binary file (852 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__1__1705691864-eval/rl-video-episode-0.mp4
ADDED
Binary file (855 kB). View file
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__1__1705691864-eval/rl-video-episode-1.mp4
ADDED
Binary file (869 kB). View file
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__1__1705691864-eval/rl-video-episode-8.mp4
ADDED
Binary file (865 kB). View file
|
|