paper-with-me

홈 › Papers

Grounding Language to Autonomously-Acquired Skills via Goal Generation

2020-06-12 · ICLR 2021 1 · Ahmed Akakzia, Cédric Colas, Pierre-Yves Oudeyer, Mohamed Chetouani, Olivier Sigaud

We are interested in the autonomous acquisition of repertoires of skills. Language-conditioned reinforcement learning (LC-RL) approaches are great tools in this quest, as they allow to express abstract goals as sets of constraints on the states. However, most LC-RL agents are not autonomous and cannot learn without external instructions and feedback. Besides, their direct language condition cannot account for the goal-directed behavior of pre-verbal infants and strongly limits the expression of behavioral diversity for a given language input. To resolve these issues, we propose a new conceptual approach to language-conditioned RL: the Language-Goal-Behavior architecture (LGB). LGB decouples skill learning and language grounding via an intermediate semantic representation of the world. To showcase the properties of LGB, we present a specific implementation called DECSTR. DECSTR is an intrinsically motivated learning agent endowed with an innate semantic representation describing spatial relations between physical objects. In a first stage (G -> B), it freely explores its environment and targets self-generated semantic configurations. In a second stage (L -> G), it trains a language-conditioned goal generator to generate semantic goals that match the constraints expressed in language-based inputs. We showcase the additional properties of LGB w.r.t. both an end-to-end LC-RL approach and a similar approach leveraging non-semantic, continuous intermediate representations. Intermediate semantic representations help satisfy language commands in a diversity of ways, enable strategy switching after a failure and facilitate language grounding.

📄 PDF Abstract BibTeX arXiv:2006.07185

Code (1)

akakzia/decstr 공식 구현 pytorch

Tasks

DiversityLanguage Acquisition

Similar Papers 제목 키워드 기반

Self-driven Grounding: Large Language Model Agents with Automatical Language-aligned Skill Learning

2023-09-04 · Shaohui Peng, Xing Hu, Qi Yi, Rui Zhang 외

Large language models (LLMs) show their powerful automatic reasoning and planning capability with a wealth of semantic knowledge about the human world. However, the grounding problem still hinders the applications of LLM…

Imitation LearningInstruction FollowingLanguage ModelingLanguage Modelling+1

Autonomous learning of multiple, context-dependent tasks

2020-11-27 · Vieri Giuliano Santucci, Davide Montella, Bruno Castro da Silva, Gianluca Baldassarre

When facing the problem of autonomously learning multiple tasks with reinforcement learning systems, researchers typically focus on solutions where just one parametrised policy per task is sufficient to solve them. Howev…

Transfer Learning

Option Discovery using Deep Skill Chaining

2020-05-01 · ICLR 2020 1 · Akhil Bagaria, George Konidaris

Autonomously discovering temporally extended actions, or skills, is a longstanding goal of hierarchical reinforcement learning. We propose a new algorithm that combines skill chaining with deep neural networks to autonom…

continuous-controlContinuous ControlHierarchical Reinforcement Learningreinforcement-learning+2

ForeRobo: Unlocking Infinite Simulation Data for 3D Goal-driven Robotic Manipulation

2025-11-06 · Dexin wang, Faliang Chang, Chunsheng Liu arxiv

Efficiently leveraging simulation to acquire advanced manipulation skills is both challenging and highly significant. We introduce \textit{ForeRobo}, a generative robotic agent that utilizes generative simulations to aut…

Autonomous Open-Ended Learning of Tasks with Non-Stationary Interdependencies

2022-05-16 · Alejandro Romero, Gianluca Baldassarre, Richard J. Duro, Vieri Giuliano Santucci

Autonomous open-ended learning is a relevant approach in machine learning and robotics, allowing the design of artificial agents able to acquire goals and motor skills without the necessity of user assigned tasks. A cruc…

Decision Making