Skip to content

Commit

Permalink
support upload videos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Mar 3, 2024
1 parent 8acf39c commit 0386b51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ imgui.ini
tmp/
data/
demos/
videos/

# testing
.coverage*
Expand Down
Binary file added docs/source/_static/videos/demo.mp4
Binary file not shown.
1 change: 0 additions & 1 deletion docs/source/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ env.close()
<source src="/_static/videos/demo.mp4" type="video/mp4">
</video>

<!-- .. video:: videos/demo.mp4 -->


Each ManiSkill2 environment supports different **observation modes** and **control modes**, which determine its **observation space** and **action space**. They can be specified by `gym.make(env_id, obs_mode=..., control_mode=...)`.
Expand Down

0 comments on commit 0386b51

Please sign in to comment.