sdpkjc commited on
Commit
42dca34
·
1 Parent(s): ea6cb87

pushing model

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ model-index:
16
  type: Humanoid-v4
17
  metrics:
18
  - type: mean_reward
19
- value: 564.10 +/- 105.76
20
  name: mean_reward
21
  verified: false
22
  ---
 
16
  type: Humanoid-v4
17
  metrics:
18
  - type: mean_reward
19
+ value: 561.66 +/- 84.51
20
  name: mean_reward
21
  verified: false
22
  ---
events.out.tfevents.1702950581.4090-171.367803.0 → events.out.tfevents.1704463227.4090-171.156879.0 RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3e62e38cf2518c26ba19e26c837d5122b64df3fbc441b56e49e7319d6e237bd
3
  size 1583317
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3862ade2825a656684b0eafbff968c8f6949d4d5484b99c0a2d5ecca58b8265b
3
  size 1583317
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__4__1702950574-eval/rl-video-episode-0.mp4 DELETED
Binary file (167 kB)
 
videos/Humanoid-v4__ppo_fix_continuous_action__4__1702950574-eval/rl-video-episode-1.mp4 DELETED
Binary file (172 kB)
 
videos/Humanoid-v4__ppo_fix_continuous_action__4__1702950574-eval/rl-video-episode-8.mp4 DELETED
Binary file (184 kB)
 
videos/Humanoid-v4__ppo_fix_continuous_action__4__1704463220-eval/rl-video-episode-0.mp4 ADDED
Binary file (188 kB). View file
 
videos/Humanoid-v4__ppo_fix_continuous_action__4__1704463220-eval/rl-video-episode-1.mp4 ADDED
Binary file (145 kB). View file
 
videos/Humanoid-v4__ppo_fix_continuous_action__4__1704463220-eval/rl-video-episode-8.mp4 ADDED
Binary file (136 kB). View file