unisim.backend.isaacgym.backend¶
IsaacGym specialization of the shared MJCF subprocess host adapter.
IsaacGym Preview 4 runs in an external Python 3.8 process. The shared owner layer supplies pipe/shm lifecycle, MJCF metadata, selected reset, NumPy state views, and native-render command plumbing; this module only selects the IsaacGym runtime and worker entrypoint.
Classes
NumPy-facing |
|
Opaque metadata returned by the IsaacGym worker handshake. |
Exceptions
Raised when the external IsaacGym worker fails. |
- class unisim.backend.isaacgym.backend.IsaacGymBackend[source]¶
Bases:
MjcfSubprocessBackendNumPy-facing
SimBackendclient for the IsaacGym worker.