the.ai

Planning / Regimes

verified

Offline RL

Learn a policy from a fixed dataset of past behaviour, with no chance to try anything and see what happens. That rules out the loop reinforcement learning normally depends on, and it introduces a specific trap: the algorithm will prefer actions the data never took, because their value was never corrected downward.

Viz primitive · budget-splitconservatism = 6

conservatism holds 25% of the budget; rest holds the remaining 75%.

Weight on staying near what the data did against weight on maximising the value estimate, in equal units. Drag the conservatism up to watch the objective stop trusting its own estimates — and stop improving on the behaviour it learned from.

6

Reviewed by opendroid · 2026-08-18

  • arXiv:2005.01643 — Offline Reinforcement Learning: Tutorial, Review, and Perspectives on Open Problems
  • arXiv:2006.04779 — Conservative Q-Learning for Offline Reinforcement Learning
  • arXiv:2106.01345 — Decision Transformer: Reinforcement Learning via Sequence Modeling