W19D1: Build Your Hyperparameter Configuration
← Back to HubConfigure your Q-Learning hyperparameters and see how they affect learning!
After running vanilla_starter.py, experiment with different settings here.
Start with a preset to see different learning behaviors, then customize.
Q(s,a) = Q(s,a) + alpha * (target - Q(s,a))epsilon = epsilon * decay after each episode.vanilla_starter.pyvanilla_starter.py to load your config (or copy the Python code)