Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update renders with new floor texture and update docs on humanoid tasks #465

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update renders 1
  • Loading branch information
StoneT2000 committed Jul 30, 2024
commit fae54ac0822fad51f78410e103787a18fc92ff54
Binary file modified figures/environment_demos/AnymalC-Reach-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/AssemblingKits-v1_rt.mp4
Binary file not shown.
Binary file added figures/environment_demos/FMBAssembly1Easy.mp4
Binary file not shown.
Binary file modified figures/environment_demos/OpenCabinetDrawer-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/PegInsertionSide-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/PickCube-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/PickSingleYCB-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/PlugCharger-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/PushCube-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/PushT-v1_rt.mp4
Binary file not shown.
Binary file not shown.
Binary file modified figures/environment_demos/RotateValveLevel1-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/StackCube-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/TwoRobotPickCube-v1_rt.mp4
Binary file not shown.
Binary file modified figures/environment_demos/TwoRobotStackCube-v1_rt.mp4
Binary file not shown.
Binary file not shown.
Binary file removed figures/environment_demos/fmb-assembly1.h5
Binary file not shown.
33 changes: 0 additions & 33 deletions figures/environment_demos/fmb-assembly1.json

This file was deleted.

Binary file removed figures/environment_demos/fmb-assembly1.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion mani_skill/examples/demo_random_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main(args):
record_dir = args.record_dir
if record_dir:
record_dir = record_dir.format(env_id=args.env_id)
env = RecordEpisode(env, record_dir, info_on_video=False, max_steps_per_video=env._max_episode_steps)
env = RecordEpisode(env, record_dir, info_on_video=False, save_trajectory=False, max_steps_per_video=env._max_episode_steps)

if verbose:
print("Observation space", env.observation_space)
Expand Down