pushing model
Browse files- .gitattributes +2 -0
- README.md +2 -2
- events.out.tfevents.1700813937.4090-171.1715316.0 → events.out.tfevents.1704452504.4090-171.104622.0 +1 -1
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +0 -0
- videos/Hopper-v4__ppo_fix_continuous_action__1__1700813930-eval/rl-video-episode-0.mp4 +0 -0
- videos/Hopper-v4__ppo_fix_continuous_action__1__1700813930-eval/rl-video-episode-1.mp4 +0 -0
- videos/Hopper-v4__ppo_fix_continuous_action__1__1700813930-eval/rl-video-episode-8.mp4 +0 -0
- videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-0.mp4 +3 -0
- videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-1.mp4 +3 -0
- videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-8.mp4 +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Hopper-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/Hopper-v4-ppo_fix_continuous_action-seed1
|
|
46 |
curl -OL https://huggingface.co/sdpkjc/Hopper-v4-ppo_fix_continuous_action-seed1/raw/main/pyproject.toml
|
47 |
curl -OL https://huggingface.co/sdpkjc/Hopper-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: Hopper-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 2241.42 +/- 750.30
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
46 |
curl -OL https://huggingface.co/sdpkjc/Hopper-v4-ppo_fix_continuous_action-seed1/raw/main/pyproject.toml
|
47 |
curl -OL https://huggingface.co/sdpkjc/Hopper-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 Hopper-v4 --seed 1 --track
|
50 |
```
|
51 |
|
52 |
# Hyperparameters
|
events.out.tfevents.1700813937.4090-171.1715316.0 → events.out.tfevents.1704452504.4090-171.104622.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 532071
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5703a2b1b911a302d78cc874f8d5071bd6ebd1690dc77ac5a87cca06e27e8e66
|
3 |
size 532071
|
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/Hopper-v4__ppo_fix_continuous_action__1__1700813930-eval/rl-video-episode-0.mp4
DELETED
Binary file (839 kB)
|
|
videos/Hopper-v4__ppo_fix_continuous_action__1__1700813930-eval/rl-video-episode-1.mp4
DELETED
Binary file (824 kB)
|
|
videos/Hopper-v4__ppo_fix_continuous_action__1__1700813930-eval/rl-video-episode-8.mp4
DELETED
Binary file (661 kB)
|
|
videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-0.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e7e775260f7254cacb9234f1f77bac3015edf865d6b72b7080b1aee1155bae5
|
3 |
+
size 1375577
|
videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-1.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e162e3cf78d23500904a3c91115882d7a3437e440e9a217bfaf5140ffbcc61f8
|
3 |
+
size 1289858
|
videos/Hopper-v4__ppo_fix_continuous_action__1__1704452497-eval/rl-video-episode-8.mp4
ADDED
Binary file (734 kB). View file
|
|