pushing model
Browse files- README.md +1 -1
- events.out.tfevents.1704457828.4090-171.130015.0 → events.out.tfevents.1705695078.3090-172.2568070.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__4__1704457814-eval/rl-video-episode-0.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__4__1704457814-eval/rl-video-episode-1.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__4__1704457814-eval/rl-video-episode-8.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__4__1705695070-eval/rl-video-episode-0.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__4__1705695070-eval/rl-video-episode-1.mp4 +0 -0
- videos/Swimmer-v4__ppo_fix_continuous_action__4__1705695070-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: 120.31 +/- 2.59
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
events.out.tfevents.1704457828.4090-171.130015.0 → events.out.tfevents.1705695078.3090-172.2568070.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:65d59b2e8b41df689a74f230e606d9f7fbafaaba70539ec9896885e4d4a8b32b
|
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__4__1704457814-eval/rl-video-episode-0.mp4
DELETED
Binary file (381 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__4__1704457814-eval/rl-video-episode-1.mp4
DELETED
Binary file (884 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__4__1704457814-eval/rl-video-episode-8.mp4
DELETED
Binary file (880 kB)
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__4__1705695070-eval/rl-video-episode-0.mp4
ADDED
Binary file (857 kB). View file
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__4__1705695070-eval/rl-video-episode-1.mp4
ADDED
Binary file (860 kB). View file
|
|
videos/Swimmer-v4__ppo_fix_continuous_action__4__1705695070-eval/rl-video-episode-8.mp4
ADDED
Binary file (857 kB). View file
|
|