paper-with-me

홈 › Papers

Efficient Language-instructed Skill Acquisition via Reward-Policy Co-Evolution

2024-12-18 · Changxin Huang, Yanbin Chang, Junfan Lin, Junyang Liang, Runhao Zeng, Jianqiang Li

The ability to autonomously explore and resolve tasks with minimal human guidance is crucial for the self-development of embodied intelligence. Although reinforcement learning methods can largely ease human effort, it's challenging to design reward functions for real-world tasks, especially for high-dimensional robotic control, due to complex relationships among joints and tasks. Recent advancements large language models (LLMs) enable automatic reward function design. However, approaches evaluate reward functions by re-training policies from scratch placing an undue burden on the reward function, expecting it to be effective throughout the whole policy improvement process. We argue for a more practical strategy in robotic autonomy, focusing on refining existing policies with policy-dependent reward functions rather than a universal one. To this end, we propose a novel reward-policy co-evolution framework where the reward function and the learned policy benefit from each other's progressive on-the-fly improvements, resulting in more efficient and higher-performing skill acquisition. Specifically, the reward evolution process translates the robot's previous best reward function, descriptions of tasks and environment into text inputs. These inputs are used to query LLMs to generate a dynamic amount of reward function candidates, ensuring continuous improvement at each round of evolution. For policy evolution, our method generates new policy populations by hybridizing historically optimal and random policies. Through an improved Bayesian optimization, our approach efficiently and robustly identifies the most capable and plastic reward-policy combination, which then proceeds to the next round of co-evolution. Despite using less data, our approach demonstrates an average normalized improvement of 95.3% across various high-dimensional robotic skill learning tasks.

📄 PDF Abstract BibTeX arXiv:2412.13492

Code (1)

nextmylove/roska 공식 구현 pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Foundational Policy Acquisition via Multitask Learning for Motor Skill Generation

2023-08-31 · Satoshi Yamamori, Jun Morimoto

In this study, we propose a multitask reinforcement learning algorithm for foundational policy acquisition to generate novel motor skills. \textcolor{\hcolor}{Learning the rich representation of the multitask policy is a…

DecoderFrictionreinforcement-learningReinforcement Learning

Fast Task-Adaptation for Tasks Labeled Using Natural Language in Reinforcement Learning

2019-10-09 · Matthias Hutsebaut-Buysse, Kevin Mets, Steven Latré

Over its lifetime, a reinforcement learning agent is often tasked with different tasks. How to efficiently adapt a previously learned control policy from one task to another, remains an open research question. In this pa…

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Sub-policy Adaptation for Hierarchical Reinforcement Learning

2019-06-13 · ICLR 2020 1 · Alexander C. Li, Carlos Florensa, Ignasi Clavera, Pieter Abbeel

Hierarchical reinforcement learning is a promising approach to tackle long-horizon decision-making problems with sparse rewards. Unfortunately, most methods still decouple the lower-level skill acquisition process and th…

Decision MakingHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

Sub-policy Adaptation for Hierarchical Reinforcement Learning

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Hierarchical Reinforcement Learning is a promising approach to long-horizon decision-making problems with sparse rewards. Unfortunately, most methods still decouple the lower-level skill acquisition process and the train…

Decision MakingHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

Rethinking Mutual Information for Language Conditioned Skill Discovery on Imitation Learning

2024-02-27 · Zhaoxun Ju, Chao Yang, Hongbo Wang, Yu Qiao 외

Language-conditioned robot behavior plays a vital role in executing complex tasks by associating human commands or instructions with perception and actions. The ability to compose long-horizon tasks based on unconstraine…

Imitation LearningQuantization