Skip to content

Getting Started

Simulo is a cloud SDK for simulation-first robot learning: you write a task in Python against a small, stable API, and simulo run submits it to the Simulo cloud, where it runs on GPU workers. Use the CLI or Simulo Console to follow the job and retrieve its outputs.

The starter app already pins a validated cartpole from the Simulo global catalog. That keeps the first path short: install, create, log in, run, and observe. Explore or publish assets after that first success, and when the policy is good, simulo export converts it to an ONNX bundle you can run off the platform.

If you want the fastest path from zero to a trained policy, start with the Quickstart. Otherwise, work through the pages below in order.