paper-with-me

홈 › Papers

Skill Reinforcement Learning and Planning for Open-World Long-Horizon Tasks

2023-03-29 · Haoqi Yuan, Chi Zhang, Hongcheng Wang, Feiyang Xie, Penglin Cai, Hao Dong, Zongqing Lu

We study building multi-task agents in open-world environments. Without human demonstrations, learning to accomplish long-horizon tasks in a large open-world environment with reinforcement learning (RL) is extremely inefficient. To tackle this challenge, we convert the multi-task learning problem into learning basic skills and planning over the skills. Using the popular open-world game Minecraft as the testbed, we propose three types of fine-grained basic skills, and use RL with intrinsic rewards to acquire skills. A novel Finding-skill that performs exploration to find diverse items provides better initialization for other skills, improving the sample efficiency for skill learning. In skill planning, we leverage the prior knowledge in Large Language Models to find the relationships between skills and build a skill graph. When the agent is solving a task, our skill search algorithm walks on the skill graph and generates the proper skill plans for the agent. In experiments, our method accomplishes 40 diverse Minecraft tasks, where many tasks require sequentially executing for more than 10 skills. Our method outperforms baselines by a large margin and is the most sample-efficient demonstration-free RL method to solve Minecraft Tech Tree tasks. The project's website and code can be found at https://sites.google.com/view/plan4mc.

📄 PDF Abstract BibTeX arXiv:2303.16563

Code (0)

등록된 구현이 없습니다.

Tasks

MinecraftMulti-Task Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reset-Free Lifelong Learning with Skill-Space Planning

2020-12-07 · ICLR 2021 1 · Kevin Lu, Aditya Grover, Pieter Abbeel, Igor Mordatch

The objective of lifelong reinforcement learning (RL) is to optimize agents which can continuously adapt and interact in changing environments. However, current RL approaches fail drastically when environments are non-st…

Lifelong learningMuJoCoReinforcement Learning (RL)

Offline Skill Graph (OSG): A Framework for Learning and Planning using Offline Reinforcement Learning Skills

2023-06-23 · Ben-ya Halevy, Yehudit Aperstein, Dotan Di Castro

Reinforcement Learning has received wide interest due to its success in competitive games. Yet, its adoption in everyday applications is limited (e.g. industrial, home, healthcare, etc.). In this paper, we address this l…

reinforcement-learning

Odyssey: Empowering Minecraft Agents with Open-World Skills

2024-07-22 · Shunyu Liu, Yaoru Li, Kongcheng Zhang, Zhenyu Cui 외

Recent studies have delved into constructing generalist agents for open-world environments like Minecraft. Despite the encouraging results, existing efforts mainly focus on solving basic programmatic tasks, e.g., materia…

Language ModellingLarge Language ModelMinecraftQuestion Answering

Learning Temporally Extended Skills in Continuous Domains as Symbolic Actions for Planning

2022-07-11 · Jan Achterhold, Markus Krimmel, Joerg Stueckler

Problems which require both long-horizon planning and continuous control capabilities pose significant challenges to existing reinforcement learning agents. In this paper we introduce a novel hierarchical reinforcement l…

continuous-controlContinuous ControlHierarchical Reinforcement Learningreinforcement-learning+2

ReinforceGen: Hybrid Skill Policies with Automated Data Generation and Reinforcement Learning

2025-12-18 · Zihan Zhou, Animesh Garg, Ajay Mandlekar, Caelan Garrett arxiv

Long-horizon manipulation has been a long-standing challenge in the robotics community. We propose ReinforceGen, a system that combines task decomposition, data generation, imitation learning, and motion planning to form…

Reinforcement LearningMotion Planning