pushing model
Browse files- .gitattributes +3 -0
- README.md +2 -2
- events.out.tfevents.1700813949.4090-171.1715869.0 β events.out.tfevents.1704452191.4090-171.100792.0 +2 -2
- ppo_fix_continuous_action.cleanrl_model +0 -0
- ppo_fix_continuous_action.py +1 -1
- replay.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__1__1700813942-eval β Ant-v4__ppo_fix_continuous_action__1__1704452176-eval}/rl-video-episode-0.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__1__1700813942-eval β Ant-v4__ppo_fix_continuous_action__1__1704452176-eval}/rl-video-episode-1.mp4 +2 -2
- videos/{Ant-v4__ppo_fix_continuous_action__1__1700813942-eval β Ant-v4__ppo_fix_continuous_action__1__1704452176-eval}/rl-video-episode-8.mp4 +2 -2
.gitattributes
CHANGED
@@ -37,3 +37,6 @@ videos/Ant-v4__ppo_fix_continuous_action__1__1700813942-eval/rl-video-episode-8.
|
|
37 |
videos/Ant-v4__ppo_fix_continuous_action__1__1700813942-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Ant-v4__ppo_fix_continuous_action__1__1700813942-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
39 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
37 |
videos/Ant-v4__ppo_fix_continuous_action__1__1700813942-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
38 |
videos/Ant-v4__ppo_fix_continuous_action__1__1700813942-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
39 |
replay.mp4 filter=lfs diff=lfs merge=lfs -text
|
40 |
+
videos/Ant-v4__ppo_fix_continuous_action__1__1704452176-eval/rl-video-episode-8.mp4 filter=lfs diff=lfs merge=lfs -text
|
41 |
+
videos/Ant-v4__ppo_fix_continuous_action__1__1704452176-eval/rl-video-episode-1.mp4 filter=lfs diff=lfs merge=lfs -text
|
42 |
+
videos/Ant-v4__ppo_fix_continuous_action__1__1704452176-eval/rl-video-episode-0.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Ant-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/Ant-v4-ppo_fix_continuous_action-seed1/ra
|
|
46 |
curl -OL https://huggingface.co/sdpkjc/Ant-v4-ppo_fix_continuous_action-seed1/raw/main/pyproject.toml
|
47 |
curl -OL https://huggingface.co/sdpkjc/Ant-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: Ant-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 1568.39 +/- 831.28
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
46 |
curl -OL https://huggingface.co/sdpkjc/Ant-v4-ppo_fix_continuous_action-seed1/raw/main/pyproject.toml
|
47 |
curl -OL https://huggingface.co/sdpkjc/Ant-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 Ant-v4 --seed 1 --track
|
50 |
```
|
51 |
|
52 |
# Hyperparameters
|
events.out.tfevents.1700813949.4090-171.1715869.0 β events.out.tfevents.1704452191.4090-171.100792.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:fc4c40114b0a688bcb92a4ede9e8437cafb2039eb7030eb7358fb996d9ce8705
|
3 |
+
size 786648
|
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
@@ -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
@@ -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:403f054222dad4eed191a90df0c63ded1b392790f9975c06deac36eb420b366a
|
3 |
+
size 2158605
|
videos/{Ant-v4__ppo_fix_continuous_action__1__1700813942-eval β Ant-v4__ppo_fix_continuous_action__1__1704452176-eval}/rl-video-episode-0.mp4
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:637855f9dac709e465f6c171a08bb9a9bd14f2f92d9d98c41b6d7df9ae2aaafb
|
3 |
+
size 2330533
|
videos/{Ant-v4__ppo_fix_continuous_action__1__1700813942-eval β Ant-v4__ppo_fix_continuous_action__1__1704452176-eval}/rl-video-episode-1.mp4
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:e13c496feaf4e3e73b53c15f81c739f4187dd75c562ee1e389461d4f168b11ac
|
3 |
+
size 1759145
|
videos/{Ant-v4__ppo_fix_continuous_action__1__1700813942-eval β Ant-v4__ppo_fix_continuous_action__1__1704452176-eval}/rl-video-episode-8.mp4
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:403f054222dad4eed191a90df0c63ded1b392790f9975c06deac36eb420b366a
|
3 |
+
size 2158605
|