Live cart-pole arena
Live training dashboard
Statistics update after every episode.| # | Algorithm | Duration | Reward | Steps | Result | Failure |
|---|
Mode and agent
Current decision
Experiment configuration
Learning controls
Training schedule
Physics settings
Environment variation
Reward design
Challenge target
Progressive challenges
Achievements
0 unlockedData, model, and reporting
Progress is stored locally in your browser. Exports contain no server-side data.
Learning guide
State, action, and reward
The state describes cart position, velocity, pole angle, and angular velocity. The agent chooses a force, then receives a reward.
Exploration and exploitation
Exploration tests unfamiliar actions. Exploitation chooses actions currently expected to produce the highest future reward.
Discount factor
A higher discount factor values future balance more strongly. A lower value emphasizes immediate rewards.
Browser algorithms
Tabular methods use discretized states. DQN-style modes use lightweight linear value approximators suitable for an interactive browser lesson.