Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-08-17 10:37:31 +02:00
committed by GitHub
parent 1961ee99c8
commit c8f62d1d46

View File

@@ -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.