diff --git a/units/en/unit2/hands-on.mdx b/units/en/unit2/hands-on.mdx index c189dd9..6661341 100644 --- a/units/en/unit2/hands-on.mdx +++ b/units/en/unit2/hands-on.mdx @@ -353,7 +353,7 @@ def greedy_policy(Qtable, state): return action ``` -##Define the epsilon-greedy policy 🤖 +## Define the epsilon-greedy policy 🤖 Epsilon-greedy is the training policy that handles the exploration/exploitation trade-off.