Skip to main content
Genesis integration is available now. Isaac Lab and MuJoCo integration are in progress and land under this same surface.

Quickstart (Genesis)

From the repo root:
This starts the Genesis backend, opens the viewer, and auto-installs genesis-world if missing.

Go2 URDF integration

Go2 assets are not bundled in the repository. Place your own URDF and meshes under rfx/assets/robots/go2/ before running Go2 examples:
Then run:
rfx/configs/go2.yaml defaults urdf_path to rfx/assets/robots/go2/urdf/go2.urdf.

Minimal Python API

Run modes

Auto-install behavior

If Genesis is not installed, rfx tries:
  1. uv pip install --python <active-interpreter> genesis-world
  2. Falls back to <active-interpreter> -m pip install genesis-world when uv is unavailable.
Genesis dependencies do not currently publish wheels for CPython 3.14. Use a CPython 3.13 environment: uv run --python 3.13 ....
Opt in globally:
Any Genesis backend start then attempts install automatically.

Troubleshooting

Run the install directly:
  • Check that your machine supports graphics for the active environment.
  • Retry with --device cpu.
  • Validate by running headless first.

Roadmap

  • Isaac Lab integration
  • MuJoCo integration
  • Backend switching patterns and shared config conventions