paper-with-me

홈 › Papers

Planning to Practice: Efficient Online Fine-Tuning by Composing Goals in Latent Space

2022-05-17 · Kuan Fang, Patrick Yin, Ashvin Nair, Sergey Levine

General-purpose robots require diverse repertoires of behaviors to complete challenging tasks in real-world unstructured environments. To address this issue, goal-conditioned reinforcement learning aims to acquire policies that can reach configurable goals for a wide range of tasks on command. However, such goal-conditioned policies are notoriously difficult and time-consuming to train from scratch. In this paper, we propose Planning to Practice (PTP), a method that makes it practical to train goal-conditioned policies for long-horizon tasks that require multiple distinct types of interactions to solve. Our approach is based on two key ideas. First, we decompose the goal-reaching problem hierarchically, with a high-level planner that sets intermediate subgoals using conditional subgoal generators in the latent space for a low-level model-free policy. Second, we propose a hybrid approach which first pre-trains both the conditional subgoal generator and the policy on previously collected data through offline reinforcement learning, and then fine-tunes the policy via online exploration. This fine-tuning process is itself facilitated by the planned subgoals, which breaks down the original target task into short-horizon goal-reaching tasks that are significantly easier to learn. We conduct experiments in both the simulation and real world, in which the policy is pre-trained on demonstrations of short primitive behaviors and fine-tuned for temporally extended tasks that are unseen in the offline data. Our experimental results show that PTP can generate feasible sequences of subgoals that enable the policy to efficiently solve the target tasks.

📄 PDF Abstract BibTeX arXiv:2205.08129

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Domain Expansion: Parameter-Efficient Modules as Building Blocks for Composite Domains

2025-01-24 · Mann Patel, Divyajyoti Panda, Hilay Mehta, Parth Patel 외

Parameter-Efficient Fine-Tuning (PEFT) is an efficient alternative to full scale fine-tuning, gaining popularity recently. With pre-trained model sizes growing exponentially, PEFT can be effectively utilized to fine-tune…

parameter-efficient fine-tuning

PLAN-TUNING: Post-Training Language Models to Learn Step-by-Step Planning for Complex Problem Solving

2025-07-10 · Mihir Parmar, Palash Goyal, Xin Liu, Yiwen Song 외 arxiv

Recently, decomposing complex problems into simple subtasks--a crucial part of human-like natural planning--to solve the given problem has significantly boosted the performance of large language models (LLMs). However, l…

FLAP: Flow-Adhering Planning with Constrained Decoding in LLMs

2024-03-09 · Shamik Roy, Sailik Sengupta, Daniele Bonadiman, Saab Mansour 외

Planning is a crucial task for agents in task oriented dialogs (TODs). Human agents typically resolve user issues by following predefined workflows, decomposing workflow steps into actionable items, and performing action…

Task Planning

Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs

2024-06-20 · Junjie Wang, Mingyang Chen, Binbin Hu, Dan Yang 외

Improving the performance of large language models (LLMs) in complex question-answering (QA) scenarios has always been a research focal point. Recent studies have attempted to enhance LLMs' performance by combining step-…

Knowledge DistillationKnowledge GraphsQuestion AnsweringRetrieval

AdaWM: Adaptive World Model based Planning for Autonomous Driving

2025-01-22 · Hang Wang, Xin Ye, Feng Tao, Chenbin Pan 외

World model based reinforcement learning (RL) has emerged as a promising approach for autonomous driving, which learns a latent dynamics model and uses it to train a planning policy. To speed up the learning process, the…

Autonomous DrivingModel-based Reinforcement LearningReinforcement Learning (RL)