Methods › Reinforcement Learning › Policy Gradient Methods › TayPO

Taylor Expansion Policy Optimization

TayPO

1 paper tagged archive 2025-07-28

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₀)).

PaperSource

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.

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.

TaskPapers
Off-policy evaluation1
Reinforcement Learning1
Reinforcement Learning (RL)1
reinforcement-learning1

Usage over time archive 2025-07-28

Papers per year tagged with TayPO: 2020 to 2020, peak 1 1 0 2020: 1 paper 2020
Papers per year the archive tags with this method, by the paper's archive date (1 dated). Bars are counts, not a trend claim.

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

Policy Gradient Methods

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