Skip to content

Policy Training

Policy Training

rlbotics trains PPO policies in simulation - pick a simulator backend, run it, and watch the curves in TensorBoard.

TIP

Install with pip install telekinesis-rlbotics — see Install Support for Reinforcement Learning for the simulator backends.

Training Backends

Three simulators, all driven through the same runner. Gymnasium runs anywhere with no GPU and is the one to start with; mjlab and Isaac Lab trade a handful of CPU environments for thousands of parallel ones on the GPU.

Configuring a Run

One typed config tree describes a training run, and every config validates itself on construction.

Where to Go Next?

Continue to the next tutorial.

Policy Tuning and Deployment

Read the training curves, tune what matters, and export a policy that runs with numpy alone.

Next tutorial →

Support