the.ai

Reinforcement / Foundations

verified

Markov Decision Process

An agent in a state picks an action, the world moves it to a new state and pays it a reward, and the loop repeats. The Markov part is the simplifying promise: the current state carries everything that matters, so the agent can forget how it got there. Almost every reinforcement learning result assumes this, and almost every real problem violates it a little.

Viz primitive · budget-splithorizon = 100

horizon holds 50% of the budget; rest holds the remaining 50%.

The steps a discount actually looks ahead over against the ones beyond its reach, both in steps. Drag the horizon to watch how much of the future the agent is even trying to optimise.

100

Reviewed by opendroid · 2026-08-17