Content deleted Content added
Line 194:
\begin{cases}
\max_{\theta} L(\theta_t, \theta)\\
\bar{D}_{KL}(\pi_{\
\end{cases}
</math>where
Line 226:
* Use [[backtracking line search]] to ensure the trust-region constraint is satisfied. Specifically, it backtracks the step size to ensure the KL constraint and policy improvement by repeatedly trying<math display="block">
\theta_{t+1} = \theta_t + \sqrt{\frac{2\epsilon}{x^T F x}} x, \theta_t + \alpha \sqrt{\frac{2\epsilon}{x^T F x}} x, \dots
</math>until
L(\theta_t, \
</math>. Here, <math>\alpha \in (0,1)</math> is the backtracking coefficient.
|