paper-with-me

Papers

Fast Deterministic Stackelberg Actor-Critic

2021-09-29 · Runsheng Yu, Xinrun Wang, James Kwok

Most advanced Actor-Critic (AC) approaches update the actor and critic concurrently through (stochastic) Gradient Descents (GD), which may be trapped into bad local optimality due to the instability of these simultaneous updating schemes. Stackelberg AC learning scheme alleviates these limitations by adding a compensated indirect gradient terms to the GD. However, the indirect gradient terms are time-consuming to calculate, and the convergence rate is also relatively slow. To alleviates these challenges, we find that in the Deterministic Policy Gradient family, by removing the terms that contain Hessian matrices and adopting the block diagonal approximation technique to approximate the remaining inverse matrices, we can construct an approximated Stackelberg AC learning scheme that is easy to compute and fast to converge. Experiments reveal that ours outperform SOTAs in terms of average returns under acceptable training time.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stackelberg Actor-Critic: Game-Theoretic Reinforcement Learning Algorithms

2021-09-25 · Liyuan Zheng, Tanner Fiez, Zane Alumbaugh, Benjamin Chasnov 외

The hierarchical interaction between the actor and critic in actor-critic based reinforcement learning algorithms naturally lends itself to a game-theoretic interpretation. We adopt this viewpoint and model the actor and…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Implicit Learning Dynamics in Stackelberg Games: Equilibria Characterization, Convergence Analysis, and Empirical Study

2020-01-01 · ICML 2020 1 · Tanner Fiez, Benjamin Chasnov, Lillian Ratliff

Contemporary work on learning in continuous games has commonly overlooked the hierarchical decision-making structure present in machine learning problems formulated as games, instead treating them as simultaneous play ga…

Decision Making

Characterizing the Gap Between Actor-Critic and Policy Gradient

2021-06-13 · Junfeng Wen, Saurabh Kumar, Ramki Gummadi, Dale Schuurmans

Actor-critic (AC) methods are ubiquitous in reinforcement learning. Although it is understood that AC methods are closely related to policy gradient (PG), their precise connection has not been fully characterized previou…

Robust Stackelberg Equilibria in Extensive-Form Games and Extension to Limited Lookahead

2017-11-21 · Christian Kroer, Gabriele Farina, Tuomas Sandholm

Stackelberg equilibria have become increasingly important as a solution concept in computational game theory, largely inspired by practical problems such as security settings. In practice, however, there is typically unc…

Form

Quasi-Newton Compatible Actor-Critic for Deterministic Policies

2025-11-12 · Arash Bahari Kordabad, Dean Brandner, Sebastien Gros, Sergio Lucia 외 arxiv

In this paper, we propose a second-order deterministic actor-critic framework in reinforcement learning that extends the classical deterministic policy gradient method to exploit curvature information of the performance …

Reinforcement Learning