paper-with-me

Papers

Regularized Soft Actor-Critic for Behavior Transfer Learning

2022-09-27 · Mingxi Tan, Andong Tian, Ludovic Denoyer

Existing imitation learning methods mainly focus on making an agent effectively mimic a demonstrated behavior, but do not address the potential contradiction between the behavior style and the objective of a task. There is a general lack of efficient methods that allow an agent to partially imitate a demonstrated behavior to varying degrees, while completing the main objective of a task. In this paper we propose a method called Regularized Soft Actor-Critic which formulates the main task and the imitation task under the Constrained Markov Decision Process framework (CMDP). The main task is defined as the maximum entropy objective used in Soft Actor-Critic (SAC) and the imitation task is defined as a constraint. We evaluate our method on continuous control tasks relevant to video games applications.

📄 PDF Abstract BibTeX arXiv:2209.13224

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlImitation LearningTransfer Learning

Similar Papers 제목 키워드 기반

Offline Reinforcement Learning with Soft Behavior Regularization

2021-10-14 · Haoran Xu, Xianyuan Zhan, Jianxiong Li, Honglei Yin

Most prior approaches to offline reinforcement learning (RL) utilize \textit{behavior regularization}, typically augmenting existing off-policy actor critic algorithms with a penalty measuring divergence between the poli…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Unlocking the Potential of Soft Actor-Critic for Imitation Learning

2025-09-29 · Nayari Marie Lessa, Melya Boukheddimi, Frank Kirchner arxiv

Learning-based methods have enabled robots to acquire bio-inspired movements with increasing levels of naturalness and adaptability. Among these, Imitation Learning (IL) has proven effective in transferring complex motio…

Bridging the Gap Between Value and Policy Based Reinforcement Learning

2017-02-28 · NeurIPS 2017 12 · Ofir Nachum, Mohammad Norouzi, Kelvin Xu, Dale Schuurmans

We establish a new connection between value and policy based reinforcement learning (RL) based on a relationship between softmax temporal value consistency and policy optimality under entropy regularization. Specifically…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Diffusion Actor-Critic: Formulating Constrained Policy Iteration as Diffusion Noise Regression for Offline Reinforcement Learning

2024-05-31 · Linjiajie Fang, Ruoxue Liu, Jing Zhang, Wenjia Wang 외

In offline reinforcement learning (RL), it is necessary to manage out-of-distribution actions to prevent overestimation of value functions. Policy-regularized methods address this problem by constraining the target polic…

D4RLReinforcement Learning (RL)

Bridging the Gap between Newton-Raphson Method and Regularized Policy Iteration

2023-10-11 · Zeyang Li, Chuxiong Hu, Yunan Wang, Guojian Zhan 외

Regularization is one of the most important techniques in reinforcement learning algorithms. The well-known soft actor-critic algorithm is a special case of regularized policy iteration where the regularizer is chosen as…