paper-with-me

Papers

Sample Efficient Reinforcement Learning by Automatically Learning to Compose Subtasks

2024-01-25 · Shuai Han, Mehdi Dastani, Shihan Wang

Improving sample efficiency is central to Reinforcement Learning (RL), especially in environments where the rewards are sparse. Some recent approaches have proposed to specify reward functions as manually designed or learned reward structures whose integrations in the RL algorithms are claimed to significantly improve the learning efficiency. Manually designed reward structures can suffer from inaccuracy and existing automatically learning methods are often computationally intractable for complex tasks. The integration of inaccurate or partial reward structures in RL algorithms fail to learn optimal policies. In this work, we propose an RL algorithm that can automatically structure the reward function for sample efficiency, given a set of labels that signify subtasks. Given such minimal knowledge about the task, we train a high-level policy that selects optimal sub-tasks in each state together with a low-level policy that efficiently learns to complete each sub-task. We evaluate our algorithm in a variety of sparse-reward environments. The experiment results show that our approach significantly outperforms the state-of-art baselines as the difficulty of the task increases.

📄 PDF Abstract BibTeX arXiv:2401.14226

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Learning to Compose Hierarchical Object-Centric Controllers for Robotic Manipulation

2020-11-09 · Mohit Sharma, Jacky Liang, Jialiang Zhao, Alex LaGrassa 외

Manipulation tasks can often be decomposed into multiple subtasks performed in parallel, e.g., sliding an object to a goal pose while maintaining contact with a table. Individual subtasks can be achieved by task-axis con…

Objectreinforcement-learningReinforcement Learning (RL)Zero-shot Generalization

Globally Optimal Hierarchical Reinforcement Learning for Linearly-Solvable Markov Decision Processes

2021-06-29 · Guillermo Infante, Anders Jonsson, Vicenç Gómez

In this work we present a novel approach to hierarchical reinforcement learning for linearly-solvable Markov decision processes. Our approach assumes that the state space is partitioned, and the subtasks consist in movin…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Decompose a Task into Generalizable Subtasks in Multi-Agent Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

In recent years, Multi-Agent Reinforcement Learning (MARL) techniques have made significant strides in achieving high asymptotic performance in single task. However, there has been limited exploration of model transferab…

SEIHAI: A Sample-efficient Hierarchical AI for the MineRL Competition

2021-11-17 · Hangyu Mao, Chao Wang, Xiaotian Hao, Yihuan Mao 외

The MineRL competition is designed for the development of reinforcement learning and imitation learning algorithms that can efficiently leverage human demonstrations to drastically reduce the number of environment intera…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

When Do Multi-Agent Systems Outperform? Analysing the Learning Efficiency of Agentic Systems

2026-02-09 · Junwei Su, Chuan Wu arxiv

Reinforcement Learning (RL) has emerged as a crucial method for training or fine-tuning large language models (LLMs), enabling adaptive, task-specific optimizations through interactive feedback. Multi-Agent Reinforcement…

Multi-agent Reinforcement Learning