paper-with-me

Papers

ARC -- Actor Residual Critic for Adversarial Imitation Learning

2022-06-05 · Ankur Deka, Changliu Liu, Katia Sycara

Adversarial Imitation Learning (AIL) is a class of popular state-of-the-art Imitation Learning algorithms commonly used in robotics. In AIL, an artificial adversary's misclassification is used as a reward signal that is optimized by any standard Reinforcement Learning (RL) algorithm. Unlike most RL settings, the reward in AIL is $differentiable$ but current model-free RL algorithms do not make use of this property to train a policy. The reward is AIL is also shaped since it comes from an adversary. We leverage the differentiability property of the shaped AIL reward function and formulate a class of Actor Residual Critic (ARC) RL algorithms. ARC algorithms draw a parallel to the standard Actor-Critic (AC) algorithms in RL literature and uses a residual critic, $C$ function (instead of the standard $Q$ function) to approximate only the discounted future return (excluding the immediate reward). ARC algorithms have similar convergence properties as the standard AC algorithms with the additional advantage that the gradient through the immediate reward is exact. For the discrete (tabular) case with finite states, actions, and known dynamics, we prove that policy iteration with $C$ function converges to an optimal policy. In the continuous case with function approximation and unknown dynamics, we experimentally show that ARC aided AIL outperforms standard AIL in simulated continuous-control and real robotic manipulation tasks. ARC algorithms are simple to implement and can be incorporated into any existing AIL implementation with an AC algorithm. Video and link to code are available at: https://sites.google.com/view/actor-residual-critic.

📄 PDF Abstract BibTeX arXiv:2206.02095

Code (0)

등록된 구현이 없습니다.

Tasks

ARCcontinuous-controlContinuous ControlImitation LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Rethinking Adversarial Inverse Reinforcement Learning: Policy Imitation, Transferable Reward Recovery and Algebraic Equilibrium Proof

2024-03-21 · Yangchun Zhang, Qiang Liu, Weiming Li, Yirui Zhou

Adversarial inverse reinforcement learning (AIRL) stands as a cornerstone approach in imitation learning, yet it faces criticisms from prior studies. In this paper, we rethink AIRL and respond to these criticisms. Critic…

Imitation Learning

A Residual Guided strategy with Generative Adversarial Networks in training Physics-Informed Transformer Networks

2025-07-15 · Ziyang Zhang, Feifan Zhang, Weidong Tang, Lei Shi 외 arxiv

Nonlinear partial differential equations (PDEs) are pivotal in modeling complex physical systems, yet traditional Physics-Informed Neural Networks (PINNs) often struggle with unresolved residuals in critical spatiotempor…

Residual Error: a New Performance Measure for Adversarial Robustness

2021-06-18 · Hossein Aboutalebi, Mohammad Javad Shafiee, Michelle Karg, Christian Scharfenberger 외

Despite the significant advances in deep learning over the past decade, a major challenge that limits the wide-spread adoption of deep learning has been their fragility to adversarial attacks. This sensitivity to making …

Adversarial Robustnessimage-classificationImage Classification

Harry Potter is Still Here! Probing Knowledge Leakage in Targeted Unlearned Large Language Models via Automated Adversarial Prompting

2025-05-22 · Bang Trinh Tran To, Thai Le

This work presents LURK (Latent UnleaRned Knowledge), a novel framework that probes for hidden retained knowledge in unlearned LLMs through adversarial suffix prompting. LURK automatically generates adversarial prompt su…

Diagnostic

Discriminator-Actor-Critic: Addressing Sample Inefficiency and Reward Bias in Adversarial Imitation Learning

2018-09-09 · ICLR 2019 5 · Ilya Kostrikov, Kumar Krishna Agrawal, Debidatta Dwibedi, Sergey Levine 외

We identify two issues with the family of algorithms based on the Adversarial Imitation Learning framework. The first problem is implicit bias present in the reward functions used in these algorithms. While these biases …

Imitation LearningReinforcement Learning