Skip to content

Commit 485e7bf

Browse files
committed
remove wrong information in doc
1 parent f3e1b78 commit 485e7bf

7 files changed

Lines changed: 12 additions & 202 deletions

File tree

docs/source/FAQ/index.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,15 @@ This page answers common questions about RoboVerse. For simulator-specific issue
88

99
### What is RoboVerse?
1010

11-
RoboVerse is a unified platform for scalable and generalizable robot learning. It provides:
12-
13-
- A multi-simulator abstraction layer (MetaSim) supporting 11+ physics engines
14-
- A large-scale dataset with 200+ tasks and 50+ robot embodiments
15-
- Integrated learning algorithms for imitation learning and reinforcement learning
11+
RoboVerse is a unified platform for scalable and generalizable robot learning. See the [project page](https://roboverseorg.github.io) and [paper](https://arxiv.org/abs/2504.18904) for details.
1612

1713
### What simulators are supported?
1814

19-
| Simulator | GPU Parallel | Rendering | Best For |
20-
|-----------|--------------|-----------|----------|
21-
| MuJoCo | Via MJX | Native | Fast prototyping, RL |
22-
| Isaac Sim | Native | RTX | High-fidelity visuals, sim2real |
23-
| SAPIEN 3 | Native | Ray Tracing | Manipulation tasks |
24-
| PyBullet | - | OpenGL | Debugging, education |
25-
| Genesis | Native | Native | Large-scale training |
26-
| MJX | Native | - | Massively parallel RL |
27-
28-
See the full [Support Matrix](../metasim/features/support_matrix.rst) for details.
15+
See the [Support Matrix](../metasim/features/support_matrix.rst) for the full list of supported simulators and features.
2916

3017
### What robots are available?
3118

32-
RoboVerse includes 50+ robot configurations across categories:
33-
34-
- **Manipulators**: Franka Panda, UR5/UR10, Kinova, xArm, Realman, Flexiv, etc.
35-
- **Mobile Manipulators**: Fetch, Tiago, Stretch
36-
- **Humanoids**: Unitree H1/G1, Fourier GR1, Digit
37-
- **Dexterous Hands**: Allegro, Shadow, LEAP Hand
38-
- **Quadrupeds**: Unitree Go1/A1, ANYmal
39-
40-
See [Robots Dataset](../dataset_benchmark/dataset/robots.md) for the complete list.
19+
See [Robots Dataset](../dataset_benchmark/dataset/robots.md) for the complete list of available robots.
4120

4221
---
4322

docs/source/dataset_benchmark/index.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,6 @@
11
# Dataset and Benchmark
22

3-
RoboVerse provides a large-scale dataset and standardized benchmarks for robot learning research. This section documents our task suite, asset library, and evaluation protocols.
4-
5-
---
6-
7-
## Overview
8-
9-
::::{grid} 3
10-
:gutter: 3
11-
12-
:::{grid-item-card} 200+ Tasks
13-
:text-align: center
14-
15-
Manipulation, locomotion, and navigation tasks across difficulty levels
16-
:::
17-
18-
:::{grid-item-card} 50+ Robots
19-
:text-align: center
20-
21-
Manipulators, mobile robots, humanoids, and dexterous hands
22-
:::
23-
24-
:::{grid-item-card} 1000+ Objects
25-
:text-align: center
26-
27-
Diverse object assets from household items to industrial parts
28-
:::
29-
30-
::::
31-
32-
---
33-
34-
## Dataset Statistics
35-
36-
| Category | Count | Description |
37-
|----------|-------|-------------|
38-
| **Tasks** | 200+ | Manipulation, locomotion, navigation |
39-
| **Robots** | 50+ | Arms, mobile bases, humanoids, hands |
40-
| **Objects** | 1000+ | Household, industrial, articulated |
41-
| **Scenes** | 50+ | Tables, shelves, kitchens, factories |
42-
| **Demonstrations** | 100K+ | Expert trajectories for IL training |
3+
This section documents the RoboVerse task suite, asset library, and evaluation protocols.
434

445
---
456

docs/source/index.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616

1717
## What is RoboVerse?
1818

19-
**RoboVerse** is a unified platform for scalable and generalizable robot learning, providing:
20-
21-
- **Multi-Simulator Support**: A unified interface across 11 simulators including MuJoCo, Isaac Sim, SAPIEN, PyBullet, Genesis, and more
22-
- **Large-Scale Dataset**: 200+ manipulation and locomotion tasks with diverse robots and objects
23-
- **Cross-Embodiment**: Seamlessly transfer skills across 50+ robot embodiments
24-
- **Learning Algorithms**: Integrated imitation learning (ACT, Diffusion Policy, OpenVLA) and reinforcement learning (PPO, TD3, SAC)
19+
**RoboVerse** is a unified platform for scalable and generalizable robot learning. See the [project page](https://roboverseorg.github.io) and [paper](https://arxiv.org/abs/2504.18904) for more details.
2520

2621
---
2722

@@ -80,7 +75,7 @@ Core simulation framework documentation including installation, tutorials, conce
8075
:link: dataset_benchmark/index
8176
:link-type: doc
8277

83-
Explore 200+ tasks, robot configurations, object assets, and benchmark results.
78+
Explore tasks, robot configurations, object assets, and benchmark results.
8479
:::
8580

8681
:::{grid-item-card} RoboVerse Learn
@@ -101,40 +96,6 @@ Complete API documentation for MetaSim modules.
10196

10297
---
10398

104-
## Key Features
105-
106-
### Cross-Simulator Compatibility
107-
108-
Write once, run anywhere. RoboVerse provides a unified API that works across multiple physics simulators:
109-
110-
| Simulator | GPU Parallel | Rendering | Status |
111-
|-----------|--------------|-----------|--------|
112-
| MuJoCo | Via MJX | Native | Stable |
113-
| Isaac Sim | Native | RTX | Stable |
114-
| SAPIEN 3 | Native | Ray Tracing | Stable |
115-
| PyBullet | - | OpenGL | Stable |
116-
| Genesis | Native | Native | Beta |
117-
118-
### Cross-Embodiment Transfer
119-
120-
Train policies that generalize across different robot embodiments:
121-
122-
- **Manipulators**: Franka Panda, UR5/UR10, Kinova, xArm, and more
123-
- **Mobile Robots**: Fetch, Tiago, Stretch
124-
- **Humanoids**: H1, G1, GR1
125-
- **Dexterous Hands**: Allegro, Shadow, LEAP
126-
127-
### Domain Randomization
128-
129-
Built-in support for comprehensive domain randomization:
130-
131-
- Physics parameters (mass, friction, damping)
132-
- Visual properties (textures, lighting, colors)
133-
- Sensor noise and latency
134-
- Object poses and configurations
135-
136-
---
137-
13899
## System Architecture
139100

140101
<p align="center">

docs/source/metasim/features/cross_embodiment.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
# Cross-Embodiment Transfer
22

3-
Cross-embodiment is a key feature of RoboVerse that enables policies and demonstrations to be transferred across different robot morphologies. This allows you to:
3+
Cross-embodiment enables policies and demonstrations to be transferred across different robot morphologies.
44

5-
- Train on one robot and deploy on another
6-
- Leverage demonstrations from multiple robot types
7-
- Test generalization across embodiments
8-
9-
---
10-
11-
## Supported Robot Categories
12-
13-
| Category | Robots | Gripper Type |
14-
|----------|--------|--------------|
15-
| **7-DOF Arms** | Franka Panda, KUKA iiwa, Kinova Gen3 | Parallel gripper |
16-
| **6-DOF Arms** | UR5, UR10, xArm6 | Parallel gripper |
17-
| **Mobile Manipulators** | Fetch, Tiago, Stretch | Various |
18-
| **Dexterous Hands** | Allegro, Shadow, LEAP | Multi-finger |
19-
| **Humanoids** | H1, G1, GR1 | Anthropomorphic |
5+
See [Robots Dataset](../../dataset_benchmark/dataset/robots.md) for the full list of supported robots.
206

217
---
228

docs/source/metasim/features/cross_sim.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -65,57 +65,3 @@ python scripts/advanced/replay_demo.py --sim=sapien3 --task=PickCube
6565
### Feature Parity
6666

6767
Not all features are available across all simulators. Check the [Support Matrix](support_matrix.rst) for detailed compatibility information.
68-
69-
### Performance Differences
70-
71-
| Simulator | Single Env Speed | Parallel Scaling | Rendering Quality |
72-
|-----------|------------------|------------------|-------------------|
73-
| MuJoCo | Fast | Good (via MJX) | Medium |
74-
| Isaac Sim | Medium | Excellent | Excellent (RTX) |
75-
| SAPIEN 3 | Fast | Good | Good |
76-
| Genesis | Fast | Excellent | Good |
77-
78-
### Asset Compatibility
79-
80-
Different simulators may require different asset formats:
81-
82-
| Simulator | Preferred Format |
83-
|-----------|------------------|
84-
| MuJoCo | MJCF (.xml) |
85-
| Isaac Sim | USD (.usd, .usda) |
86-
| SAPIEN | URDF (.urdf) |
87-
| PyBullet | URDF (.urdf) |
88-
89-
MetaSim handles format conversion automatically when possible.
90-
91-
---
92-
93-
## Example: Multi-Simulator Evaluation
94-
95-
Evaluate the same policy across different simulators to test sim2sim transfer:
96-
97-
```python
98-
from metasim.scenario.scenario import ScenarioCfg
99-
from metasim.task.registry import get_task_class
100-
101-
task_cls = get_task_class("StackCube")
102-
103-
simulators = ["mujoco", "sapien3", "isaacsim"]
104-
results = {}
105-
106-
for sim in simulators:
107-
scenario = task_cls.scenario.update(
108-
simulator=sim,
109-
num_envs=10,
110-
headless=True,
111-
)
112-
env = task_cls(scenario=scenario)
113-
114-
# Run evaluation
115-
success_rate = evaluate_policy(env, policy)
116-
results[sim] = success_rate
117-
118-
env.close()
119-
120-
print("Cross-simulator results:", results)
121-
```

docs/source/metasim/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
MetaSim enables you to:
1010

11-
- **Write Once, Run Anywhere**: Develop simulation code that works seamlessly across MuJoCo, Isaac Sim, SAPIEN, PyBullet, Genesis, and more
12-
- **Configure Declaratively**: Define robots, scenes, cameras, and physics parameters through a type-safe configuration system
13-
- **Scale Efficiently**: Run thousands of parallel environments with GPU acceleration
14-
- **Extend Easily**: Add new robots, tasks, and simulators through well-defined interfaces
11+
- **Write Once, Run Anywhere**: Develop simulation code that works across multiple simulators
12+
- **Configure Declaratively**: Define robots, scenes, cameras, and physics parameters through a configuration system
13+
- **Scale**: Run parallel environments
14+
- **Extend**: Add new robots, tasks, and simulators through defined interfaces
1515

1616
### Core Concepts
1717

docs/source/roboverse_learn/index.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,6 @@ Train policies through trial and error with PPO, TD3, SAC, and specialized algor
2727

2828
---
2929

30-
## Algorithm Comparison
31-
32-
### Imitation Learning
33-
34-
| Algorithm | Input | Architecture | Best For |
35-
|-----------|-------|--------------|----------|
36-
| [Diffusion Policy](imitation_learning/diffusion_policy.md) | Image/State | DiT, UNet | Multi-modal actions |
37-
| [ACT](imitation_learning/ACT.md) | Image/State | Transformer | Bimanual tasks |
38-
| [OpenVLA](imitation_learning/openvla.md) | Image+Language | VLM | Language-conditioned |
39-
| [SmolVLA](imitation_learning/smolvla.md) | Image+Language | Compact VLM | Edge deployment |
40-
| [RDT](imitation_learning/rdt.md) | Image/State | Transformer | Dexterous manipulation |
41-
| [Octo](imitation_learning/octo.md) | Image | Transformer | Cross-embodiment |
42-
43-
### Reinforcement Learning
44-
45-
| Algorithm | Type | GPU Parallel | Best For |
46-
|-----------|------|--------------|----------|
47-
| [PPO](reinforcement_learning/ppo.md) | On-policy | Yes | Stable training |
48-
| [FastTD3](reinforcement_learning/fast_td3.md) | Off-policy | Yes | Sample efficiency |
49-
| [SAC](reinforcement_learning/sac.md) | Off-policy | Yes | Continuous control |
50-
| [TD3](reinforcement_learning/td3.md) | Off-policy | Yes | Deterministic policy |
51-
| [SkillBlender](reinforcement_learning/skillblender_rl.md) | Hierarchical | Yes | Complex skills |
52-
5330
---
5431

5532
## Quick Start

0 commit comments

Comments
 (0)