Updates mainly from what just happened.
- Reward
- 0.0
- Stability
- 0%
- Confidence
- 0%
Reinforcement learning workbench
Compare an agent that reacts now with one that predicts what comes next. Change the environment, run the same trial, and inspect where anticipation earns its keep.
Environment
Training run
Decision, not decoration
Run the sample trial to compare both policies.
Updates mainly from what just happened.
Propagates expected value back toward the choice.
Transparent by design
Delayed rewards are propagated backward using the future-discount setting. Higher delay weakens the signal.
Uncertainty lowers both policies' confidence and penalizes long-horizon predictions more heavily.
This is a deterministic intuition aid. It does not model neurons, dopamine, clinical behavior, or production-grade RL.