Ready
The agent knows nothing yet.Choose an environment and hyperparameters, then press Start. The neural network begins with random weights — its very first moves are pure guesswork.
Episode?How many full attempts the agent has completed in this run.
—Best Reward?The highest score reached in any single episode — the agent's personal best so far.
—Epsilon (ε)?The probability the agent acts randomly instead of using what it learned. Starts at 1.0 (fully random) and decays toward 0.05.
1.000Loss?How wrong the network's reward predictions were this episode. It often rises before it falls — normal as the agent meets new situations.
—AWAITING TRAINING DATA
Press Start — each completed episode plots one point here.
Reward — score per episodeEpsilon — random-action rate (0–1)Target — counts as solved
A healthy run shows the cyan reward line climbing toward the target as the amber epsilon line falls — the agent earns more while relying less on random luck.