RL environment hub
Build your own environment in minutes
Over 300 tools across 12 categories are open source and available
Composable reward functions
You can combine signals and weight them
Each tool comes with pre-built onesload_plugins()
reward = (
call("slack.message_sent", channel="releases", user="alan.jones") * 0.2 +
call("git.commits_committed", repo="backend-service", since="2025-02-18T00:00:00Z") * 0.2 +
call("docker.container_healthy", name="web", host="prod-node-1") * 0.2 +
call("postgres.table_exists", database="analytics", table="daily_reports") * 0.4
)
print(f"Total reward: {reward:.3f}")
Environment catalog
Pick a domain to explore
Drill into automation packs, reward profiles, and tooling that ship with each environment.
Custom environment
Design your own environment
Describe the workspace you need and pick a base image. We’ll install each tool, run its initialization, and expose the reward hooks those tools provide inside a Docker environment.
Free request
Looking for a specific environment?
Let us know what you need and we will launch it for you—free of charge.