LGAug 29, 2023

Policy composition in reinforcement learning via multi-objective policy optimization

arXiv:2308.15470v21 citationsh-index: 72
Originality Incremental advance
AI Analysis

This work addresses the challenge of sample efficiency in reinforcement learning for continuous control domains, though it is incremental as it builds on existing multi-objective optimization methods.

The paper tackles the problem of speeding up reinforcement learning by composing pre-existing teacher policies as additional objectives in a multi-objective optimization framework, showing that agents can successfully compose teachers in sequence and parallel to achieve faster learning and superior task rewards, such as in a humanoid walk task.

We enable reinforcement learning agents to learn successful behavior policies by utilizing relevant pre-existing teacher policies. The teacher policies are introduced as objectives, in addition to the task objective, in a multi-objective policy optimization setting. Using the Multi-Objective Maximum a Posteriori Policy Optimization algorithm (Abdolmaleki et al. 2020), we show that teacher policies can help speed up learning, particularly in the absence of shaping rewards. In two domains with continuous observation and action spaces, our agents successfully compose teacher policies in sequence and in parallel, and are also able to further extend the policies of the teachers in order to solve the task. Depending on the specified combination of task and teacher(s), teacher(s) may naturally act to limit the final performance of an agent. The extent to which agents are required to adhere to teacher policies are determined by hyperparameters which determine both the effect of teachers on learning speed and the eventual performance of the agent on the task. In the humanoid domain (Tassa et al. 2018), we also equip agents with the ability to control the selection of teachers. With this ability, agents are able to meaningfully compose from the teacher policies to achieve a superior task reward on the walk task than in cases without access to the teacher policies. We show the resemblance of composed task policies with the corresponding teacher policies through videos.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes