Skip to main content
Agent RL environments: the task suites an agent practises against. tp env ls shows what you may reference — public environments plus your own. tp env show prints one environment’s manifest: its protocol, its verifier, its tools, and whether it needs a sandbox. It does not print the tasks, and no command does. A taskset encodes what a business considers hard, so a job references an environment and never receives a copy. To author one, see Agent environments.

Registering something already running

Verifies a running OpenEnv service and registers it as an environment, without needing an administrator. The platform never starts or proxies it — it decides whether a job may reach that host and hands the URL to the trainer.

tp env

List agent RL environments

tp env ls

List the visible environments
No options beyond --help.

tp env push

Push a new version of an environment

tp env runner

Register an environment that already runs on a machine of your own

tp env runner register

Register a running OpenEnv service as an environment

tp env show

What an environment declares
No options beyond --help.