Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EmbodiChain is an end-to-end, GPU-accelerated framework for Embodied AI. It stre

> [!NOTE]
> EmbodiChain is in Alpha and under active development:
> * More features will be continually added in the coming months.
> * More features will be continually added in the coming months. You can find more details in the [roadmap](https://dexforce.github.io/EmbodiChain/resources/roadmap.html).
> * Since this is an early release, we welcome feedback (bug reports, feature requests, etc.) via GitHub Issues.


Expand All @@ -25,6 +25,13 @@ EmbodiChain is an end-to-end, GPU-accelerated framework for Embodied AI. It stre
- ⚡ **Efficient Training & Evaluation**: Online data streaming, parallel environment rollouts, and modern training paradigms.
- 🧩 **Modular & Extensible**: Easily integrate new robots, environments, and learning algorithms.

The figure below illustrates the overall architecture of EmbodiChain:

<p align="center">
<img src="assets/imgs/frameworks.jpg" alt="architecture" width="90%"/>
</p>



## Getting Started

Expand All @@ -37,7 +44,7 @@ To get started with EmbodiChain, follow these steps:

## Citation

If you use EmbodiChain in your research, please cite:
If you find EmbodiChain helpful for your research, please consider citing our work:

```bibtex
@misc{EmbodiChain,
Expand All @@ -47,4 +54,15 @@ If you use EmbodiChain in your research, please cite:
year = {2025},
url = {https://github.com/DexForce/EmbodiChain}
}
```

```bibtex
@misc{GS-World,
author = {Liu, G., Deng, Y., Liu, Z., and Jia, K},
title = {GS-World: An Efficient, Engine-driven Learning Paradigm for Pursuing Embodied Intelligence using World
Models of Generative Simulation},
month = {October},
year = {2025},
journal = {TechRxiv}
}
```
Binary file added assets/imgs/frameworks.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/imgs/teaser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EmbodiChain is an end-to-end, GPU-accelerated framework for Embodied AI. It stre
.. NOTE::
EmbodiChain is in Alpha and under active development:

* More features will be continually added in the coming months.
* More features will be continually added in the coming months. You can find more details in the `roadmap <https://dexforce.github.io/EmbodiChain/resources/roadmap.html>`_.
* Since this is an early release, we welcome feedback (bug reports, feature requests, etc.) via GitHub Issues.


Expand All @@ -31,6 +31,11 @@ Key Features
* ⚡ **Efficient Training & Evaluation**: Online data streaming, parallel environment rollouts, and modern training paradigms.
* 🧩 **Modular & Extensible**: Easily integrate new robots, environments, and learning algorithms.

The figure below illustrates the overall architecture of EmbodiChain:

.. image:: ../../assets/imgs/frameworks.jpg
:alt: frameworks

Getting Started
---------------

Expand All @@ -44,7 +49,7 @@ To get started with EmbodiChain, follow these steps:
Citation
--------

If you use EmbodiChain in your research, please cite:
If you find EmbodiChain helpful for your research, please consider citing our work:

.. code-block:: bibtex

Expand All @@ -55,3 +60,15 @@ If you use EmbodiChain in your research, please cite:
year = {2025},
url = {https://github.com/DexForce/EmbodiChain}
}

.. code-block:: bibtex

@misc{GS-World,
author = {Liu, G., Deng, Y., Liu, Z., and Jia, K},
title = {GS-World: An Efficient, Engine-driven Learning Paradigm for Pursuing Embodied Intelligence using World
Models of Generative Simulation},
month = {October},
year = {2025},
journal = {TechRxiv}
}