Core ExportsΒΆ
The top-level rlmesh package re-exports the common entry points: environment serving and clients,
model running, sandboxing, and the spaces, types, and adapters subpackages. The common imports
are listed below.
The top-level client and model classes are dependency-free wrappers around RLMesh-native values. For most user code, prefer the backend-specific modules when you want decoded NumPy arrays or Torch tensors.
Import |
Description |
|---|---|
|
Serve a Gymnasium-compatible environment endpoint. |
|
Connect to one environment and preserve RLMesh-native values. |
|
Connect to a vector endpoint and preserve RLMesh-native values. |
|
Build an env image and own the container behind a single client. |
|
Build an env image and own the container behind a vector client. |
|
Wrap a Python prediction function as a native-value model worker. |
|
Connect to an already-served model and drive it against an env. |
|
Run a model policy in its own container (experimental). |
|
Native serve lifecycle options. |
|
Native tensor value used by dependency-free clients. |
|
Observation/action adapters and contract-based resolution. |
|
Space wrappers and Gymnasium conversion helpers. |
|
Structural protocols and value aliases. |
The detailed pages below describe the shared behavior: