From c8f62d1d4698fd04a6e1dcdcdd533ac829c5c9ee Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 17 Aug 2023 10:37:31 +0200 Subject: [PATCH] Update hands-on.mdx --- units/en/unit2/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.