-
Notifications
You must be signed in to change notification settings - Fork 1
Epsilon soft policy
HiIATzeKean edited this page Oct 29, 2023
·
2 revisions
tags:
- 🌱
- AI
- ComputerScience date: 20--Feb--2023
Related to Soft policy
Different from the greedy approach where each action has at least
\begin{cases}
p=1-\epsilon+\frac{\epsilon}{|A|}, & \alpha=\alpha^* \
p=\frac{\epsilon}{|A|}, & \alpha\ne\alpha^*
\end{cases}$$
Links: