Methods › Reinforcement Learning › Policy Gradient Methods › TayPO
Taylor Expansion Policy Optimization
TayPO
Introduced by Yunhao Tang et al. in Taylor Expansion Policy Optimization
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
TayPO, or Taylor Expansion Policy Optimization, refers to a set of algorithms that apply the k-th order Taylor expansions for policy optimization. This generalizes prior work, including TRPO as a special case. It can be thought of unifying ideas from trust-region policy optimization and off-policy corrections. Taylor expansions share high-level similarities with both trust region policy search and off-policy corrections. To get high-level intuitions of such similarities, consider a simple 1D example of Taylor expansions. Given a sufficiently smooth real-valued function on the real line f : ℝ →ℝ, the k-th order Taylor expansion of f(x) at x₀ is
fₖ(x) = f(x₀)+∑ᵏᵢ₌₁[f⁽ⁱ⁾(x₀)/i!](x−x₀)ⁱ
where f⁽ⁱ⁾(x₀) are the i-th order derivatives at x₀. First, a common feature shared by Taylor expansions and trust-region policy search is the inherent notion of a trust region constraint. Indeed, in order for convergence to take place, a trust-region constraint is required |x − x₀| < R(f, x₀)¹. Second, when using the truncation as an approximation to the original function f_K(x) ≈f(x), Taylor expansions satisfy the requirement of off-policy evaluations: evaluate target policy with behavior data. Indeed, to evaluate the truncation f_K(x) at any x (target policy), we only require the behavior policy "data" at x₀ (i.e., derivatives f⁽ⁱ⁾(x₀)).
Papers archive 2025-07-28
1 shown of 1, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Taylor Expansion Policy Optimization 13 Mar 2020 · 0 repositories · arXiv:2003.06259
Tasks archive 2025-07-28
4 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Off-policy evaluation | 1 |
| Reinforcement Learning | 1 |
| Reinforcement Learning (RL) | 1 |
| reinforcement-learning | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections