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:genesis-world if missing.
Go2 URDF integration
Go2 assets are not bundled in the repository. Place your own URDF and meshes underrfx/assets/robots/go2/ before running Go2 examples:
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:uv pip install --python <active-interpreter> genesis-world- Falls back to
<active-interpreter> -m pip install genesis-worldwhenuvis unavailable.
Troubleshooting
Genesis install fails
Genesis install fails
Run the install directly:
Viewer does not appear
Viewer does not appear
- 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

