Fix midsentence uppercase 'Policy'

This commit is contained in:
Artagon
2022-12-17 14:47:18 +01:00
parent 753ef67eae
commit a7d74befb0

View File

@@ -144,7 +144,7 @@ Is different from the policy we use during the training part:
- *On-policy:* using the **same policy for acting and updating.**
For instance, with Sarsa, another value-based algorithm, **the epsilon-greedy Policy selects the next state-action pair, not a greedy policy.**
For instance, with Sarsa, another value-based algorithm, **the epsilon-greedy policy selects the next state-action pair, not a greedy policy.**
<figure>