Regularized Soft Actor-Critic for Behavior Transfer Learning
Mingxi Tan, Andong Tian, Ludovic Denoyer

TL;DR
This paper introduces Regularized Soft Actor-Critic, a novel reinforcement learning method that balances task performance and imitation behavior using a constrained optimization framework, enabling flexible imitation in continuous control tasks.
Contribution
It formulates behavior transfer as a constrained optimization problem within the CMDP framework, integrating imitation constraints with the Soft Actor-Critic algorithm.
Findings
Effective partial imitation control demonstrated in continuous tasks
Balances behavior style and task objectives successfully
Outperforms traditional imitation methods in experiments
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics
