Skip to main content

Policy Quiz

Master reinforcement learning policies through practical questions, policy tables, grid worlds, calculations, code challenges, adaptive practice, instant explanations, and detailed visual reports for learners.

Quiz configuration

Build your attempt

Players alternate questions automatically.
Question

00:00 0

Question navigator

Blue: current. Green: correct. Red: incorrect. Gray: answered or skipped.

Answered0
Marked0
Score0
Keyboard: 1–4 choose, Enter checks, N next, P previous, H hint, M mark.

Quiz paused

Your answers remain saved in this browser.

Interactive activity

Grid-world policy simulator

Episodes
0
Successes
0
Reward
0.00

Goal is green. Trap is red. Obstacles are dark. Visit counts appear inside cells. Change policy settings and compare trajectories.

Attempt report

Policy Quiz results

Answer review

Attempt history

DateModeScoreAccuracyQuestionsDuration

Policy formula reference

π(a|s) = P(At=a | St=s)
Gt = Rt+1 + γRt+2 + γ²Rt+3 + …
A(s,a) = Q(s,a) − V(s)
δ = R + γV(S′) − V(S)
ρ = π(a|s) / b(a|s)
H(π) = −Σa π(a|s) ln π(a|s)

Frequently asked questions

What does this quiz teach?

It covers policy fundamentals, evaluation, improvement, gradients, safety, deployment, and practical debugging.

How many questions are included?

The bank contains 132 questions across beginner, intermediate, advanced, and expert levels.

Can I focus on one topic?

Yes. Select one or more categories before starting your attempt.

Does the quiz support calculations?

Yes. Numerical questions cover returns, epsilon-greedy probabilities, TD updates, advantage, entropy, and importance sampling.

What does adaptive mode do?

It reorders remaining questions toward easier or harder levels based on recent accuracy.

Are results saved?

Current attempts and summary history are stored in browser local storage.

Can I export my report?

Yes. Use the copy, CSV, PDF, or print controls after finishing.

What is the simulator for?

It demonstrates deterministic, random, epsilon-greedy, and safer policies in a configurable grid world.

Does the page require a database?

No. The quiz runs as one PHP file and stores progress in the browser.

Related Calculators

Reinforcement Learning Basics QuizAgent and Environment QuizState, Action, and Reward QuizValue Function QuizQ-Learning QuizExploration vs Exploitation QuizMarkov Decision Process QuizDiscount Factor QuizReinforcement Learning Scenarios Quiz

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.