# Reboverse Simulation Engine

**Reboverse** is Reborn’s advanced simulation engine, designed to facilitate the training and evaluation of embodied AI models, built upon the famous Roboverse. By leveraging the capabilities of the RoboVerse framework, Reboverse offers a comprehensive environment that supports diverse robotic embodiments and tasks, ensuring seamless transitions between simulation and real-world applications.

**Key Features:**

* **MetaSim Integration**: At the core of Reboverse is MetaSim, a unified infrastructure that abstracts various simulation environments into a universal interface. This allows for consistent configuration and control across different simulators, enhancing interoperability and extensibility.
* **High-Fidelity Synthetic Dataset**: Reboverse provides a large-scale, high-quality synthetic dataset constructed through multiple approaches, including migration from public datasets, policy rollouts, and motion planning, all enhanced by data augmentation techniques.
* **Standardized Benchmarks**: To ensure consistent evaluation, Reboverse includes unified benchmarks for both imitation learning and reinforcement learning, enabling assessments across different levels of generalization.
* **Multimodal Sensor Simulation**: The platform supports the simulation of various sensor modalities, including RGB, depth, LiDAR, tactile, and proprioceptive sensors, facilitating comprehensive multimodal training.
* **Open-Source Collaboration**: Reboverse is open-sourced, encouraging contributions from the community to expand its capabilities and adapt to emerging research needs.

By integrating these features, Reboverse serves as a pivotal tool in Reborn's mission to develop scalable and generalizable robotic foundation models, bridging the gap between simulation and real-world deployment.

<figure><img src="/files/OxlZehvGqhAqXBudfHMY" alt=""><figcaption></figcaption></figure>

\[*1] Roboverse:* [*https://roboverseorg.github.io/*](https://roboverseorg.github.io/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://home.reborn-ai.xyz/products/unified-data-platform/reboverse-simulation-engine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
