@@ -55,17 +55,17 @@ exploy/
5555
5656## Documentation
5757
58- Exploy's documentation is available at [ bdaiinstitute .github.io/exploy] [ docs ] .
58+ Exploy's documentation is available at [ rai-opensource .github.io/exploy] [ docs ] .
5959To get started with the core concepts, refer to our step-by-step guides:
6060
6161- [ ** Exporter** ] [ tutorial_exporter ] :
6262 Learn to export an RL environment and policy to a self-contained ONNX file using ` exploy.exporter.core ` .
6363- [ ** Controller** ] [ tutorial_controller ] :
6464 Learn to deploy a trained policy on a robot using the C++ controller with ONNX Runtime integration.
6565
66- [ docs ] : https://bdaiinstitute .github.io/exploy
67- [ tutorial_exporter ] : https://bdaiinstitute .github.io/exploy/tutorial/exporter/exporter_tutorial.html
68- [ tutorial_controller ] : https://bdaiinstitute .github.io/exploy/tutorial/controller/controller_tutorial.html
66+ [ docs ] : https://rai-opensource .github.io/exploy
67+ [ tutorial_exporter ] : https://rai-opensource .github.io/exploy/tutorial/exporter/exporter_tutorial.html
68+ [ tutorial_controller ] : https://rai-opensource .github.io/exploy/tutorial/controller/controller_tutorial.html
6969
7070## Installation and Usage
7171
@@ -75,21 +75,21 @@ To consume the Python package in your own project,
7575the recommended approach is to install it directly from the git repository using ` pip ` :
7676
7777``` bash
78- pip install git+https://github.com/bdaiinstitute /exploy.git
78+ pip install git+https://github.com/rai-opensource /exploy.git
7979```
8080
8181To install with additional dependencies for ` IsaacLab ` integration:
8282
8383``` bash
84- pip install " exploy[isaaclab]@git+https://github.com/bdaiinstitute /exploy.git"
84+ pip install " exploy[isaaclab]@git+https://github.com/rai-opensource /exploy.git"
8585```
8686
8787### C++ Controller Library
8888
8989To consume the C++ controller library, use plain CMake commands to build and install it on your system (or to a custom prefix):
9090
9191``` bash
92- git clone https://github.com/bdaiinstitute /exploy.git
92+ git clone https://github.com/rai-opensource /exploy.git
9393cd exploy
9494cmake -S control/ -B build/ -DCMAKE_INSTALL_PREFIX=/path/to/install
9595cmake --build build/ --parallel
@@ -159,7 +159,7 @@ See the [Pixi installation guide][pixi_setup] for initial setup instructions.
159159#### 1. Clone the repository
160160
161161``` bash
162- git clone https://github.com/bdaiinstitute /exploy.git
162+ git clone https://github.com/rai-opensource /exploy.git
163163cd exploy
164164```
165165
@@ -293,6 +293,6 @@ button in the sidebar, or using the following BibTeX entry:
293293 title = {Exploy: EXport and dePLOY Reinforcement Learning policies},
294294 month = {March},
295295 year = {2026},
296- url = {https://github.com/bdaiinstitute /exploy}
296+ url = {https://github.com/rai-opensource /exploy}
297297}
298298```
0 commit comments