pushing model
Browse files- README.md +2 -2
- events.out.tfevents.1700813989.4090-171.1716826.0 → events.out.tfevents.1704463091.4090-171.154748.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1700813966-eval/rl-video-episode-0.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1700813966-eval/rl-video-episode-1.mp4 +0 -0
- videos/Humanoid-v4__ppo_fix_continuous_action__1__1700813966-eval/rl-video-episode-8.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
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 |
---
|
@@ -46,7 +46,7 @@ curl -OL https://huggingface.co/sdpkjc/Humanoid-v4-ppo_fix_continuous_action-see
|
|
46 |
curl -OL https://huggingface.co/sdpkjc/Humanoid-v4-ppo_fix_continuous_action-seed1/raw/main/pyproject.toml
|
47 |
curl -OL https://huggingface.co/sdpkjc/Humanoid-v4-ppo_fix_continuous_action-seed1/raw/main/poetry.lock
|
48 |
poetry install --all-extras
|
49 |
-
python ppo_fix_continuous_action.py --save-model --hf-entity sdpkjc --
|
50 |
```
|
51 |
|
52 |
# Hyperparameters
|
|
|
16 |
type: Humanoid-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 581.54 +/- 100.32
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
46 |
curl -OL https://huggingface.co/sdpkjc/Humanoid-v4-ppo_fix_continuous_action-seed1/raw/main/pyproject.toml
|
47 |
curl -OL https://huggingface.co/sdpkjc/Humanoid-v4-ppo_fix_continuous_action-seed1/raw/main/poetry.lock
|
48 |
poetry install --all-extras
|
49 |
+
python ppo_fix_continuous_action.py --save-model --upload-model --hf-entity sdpkjc --env-id Humanoid-v4 --seed 1 --track
|
50 |
```
|
51 |
|
52 |
# Hyperparameters
|
events.out.tfevents.1700813989.4090-171.1716826.0 → events.out.tfevents.1704463091.4090-171.154748.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1602161
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ca1fa2a01c3986be509da03ea9c77799992cf9cf1cf744e2c92167ee7aa7de3
|
3 |
size 1602161
|
ppo_fix_continuous_action.py
CHANGED
@@ -430,7 +430,7 @@ if __name__ == "__main__":
|
|
430 |
|
431 |
# https://github.com/DLR-RM/stable-baselines3/pull/658
|
432 |
for idx, trunc in enumerate(truncations):
|
433 |
-
if trunc:
|
434 |
real_next_obs = infos["final_observation"][idx]
|
435 |
with torch.no_grad():
|
436 |
terminal_value = agent.get_value(torch.Tensor(real_next_obs).to(device)).reshape(1, -1)[0][0]
|
|
|
430 |
|
431 |
# https://github.com/DLR-RM/stable-baselines3/pull/658
|
432 |
for idx, trunc in enumerate(truncations):
|
433 |
+
if trunc and not terminations[idx]:
|
434 |
real_next_obs = infos["final_observation"][idx]
|
435 |
with torch.no_grad():
|
436 |
terminal_value = agent.get_value(torch.Tensor(real_next_obs).to(device)).reshape(1, -1)[0][0]
|
replay.mp4
CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1700813966-eval/rl-video-episode-0.mp4
DELETED
Binary file (185 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1700813966-eval/rl-video-episode-1.mp4
DELETED
Binary file (189 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1700813966-eval/rl-video-episode-8.mp4
DELETED
Binary file (138 kB)
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-0.mp4
ADDED
Binary file (235 kB). View file
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-1.mp4
ADDED
Binary file (221 kB). View file
|
|
videos/Humanoid-v4__ppo_fix_continuous_action__1__1704463082-eval/rl-video-episode-8.mp4
ADDED
Binary file (164 kB). View file
|
|