-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use shared version in docs and pip * work * support upload videos in docs * work * Update .gitignore * docs * Update teleoperation.md * work * work * docs, move some code around * Update quickstart.md * some benchmarking results * new theme with better github support * examples * Update teleoperation.md * docs * work * Update custom_tasks.md * work * Update sapien_env.py * work * more docs * work
- Loading branch information
1 parent
49d2b50
commit 6cf6a61
Showing
92 changed files
with
883 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# ManiSkill | ||
|
||
ManiSkill is a feature-rich GPU-accelerated robotics benchmark built on top of [SAPIEN](https://github.com/haosulab/sapien) designed to provide accessible support for a wide array of applications from robot learning, learning from demonstrations, sim2real/real2sim, and more. | ||
|
||
Features: | ||
|
||
* GPU parallelized simulation enabling 200,000+ FPS on some tasks | ||
* GPU parallelized rendering enabling 10,000+ FPS on some tasks, massively outperforming other benchmarks | ||
* Flexible API to build custom tasks of any complexity | ||
* Variety of verified robotics tasks with diverse dynamics and visuals | ||
* Reproducible baselines in Reinforcement Learning and Learning from Demonstrations, spread across tasks from dextrous manipulation to mobile manipulation | ||
|
||
|
||
## User Guide | ||
|
||
A user guide on how to use ManiSkill with GPU parallelized simulation for your robotics and machine learning workflows | ||
```{toctree} | ||
:maxdepth: 2 | ||
user_guide/index | ||
tasks/index | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Tasks |
Oops, something went wrong.