API Reference

The exact imports, method signatures, and backend behavior. Reach for these pages when you already know what you want to call and need the precise surface; the user-guide pages cover when and why.

Behavior

  • Core Exports: top-level package exports, structural protocols, and shared value aliases.

  • Contracts and Specs: environment contracts, space specs, tensors, and serve options.

  • Spaces: RLMesh space wrappers and conversion helpers.

  • Models: model worker wrappers.

  • Adapters: declarative model-to-environment IO layer for mapping a model’s observations and actions to an environment’s spaces.

  • Serving and Clients: the env server, the serving helpers, and the remote client classes.

  • Sandbox: experimental Docker-backed sandbox sessions.

Framework Backends

  • Framework Backends: NumPy, Torch (experimental), and JAX (experimental) clients, models, and tensor helpers.