You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/FAQ/index.md
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,15 @@ This page answers common questions about RoboVerse. For simulator-specific issue
8
8
9
9
### What is RoboVerse?
10
10
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.
16
12
17
13
### What simulators are supported?
18
14
19
-
| Simulator | GPU Parallel | Rendering | Best For |
Copy file name to clipboardExpand all lines: docs/source/dataset_benchmark/index.md
+1-40Lines changed: 1 addition & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,6 @@
1
1
# Dataset and Benchmark
2
2
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
**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.
Copy file name to clipboardExpand all lines: docs/source/metasim/features/cross_embodiment.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,8 @@
1
1
# Cross-Embodiment Transfer
2
2
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.
4
4
5
-
- Train on one robot and deploy on another
6
-
- Leverage demonstrations from multiple robot types
0 commit comments