Skip to content

RL quickstart guide

Metrana has first-class support for reinforcement learning: per-environment and per-episode metrics, environment attributes, RL-aware querying, and dedicated portal views. This page is a shortcut through those features — each link takes you to the detailed docs, in the order you’d use them: set up, log, query, view.

Common setup, whether or not your run is RL:

Start with the vocabulary, then follow the data through the system:

  • RL metrics — the full model: per-episode and per-environment-step metrics, vectorized shapes, episode restarts, and resuming RL series.
  • Per-environment attributes — attach config to individual environments, env-wide or ranged to specific episodes.
  • Query SDK installation — the query extra and connecting a QueryClient.
  • RL environments table — list a run’s environments, their config attributes, and the two timeline axes.
  • RL series — pull per-environment curves, choose the scale, and reduce or group across environments.

Not RL-specific, but especially relevant to RL workloads: