paper-with-me

홈 › Papers

LTL2Action: Generalizing LTL Instructions for Multi-Task RL

2021-02-13 · Pashootan Vaezipoor, Andrew Li, Rodrigo Toro Icarte, Sheila Mcilraith

We address the problem of teaching a deep reinforcement learning (RL) agent to follow instructions in multi-task environments. Instructions are expressed in a well-known formal language -- linear temporal logic (LTL) -- and can specify a diversity of complex, temporally extended behaviours, including conditionals and alternative realizations. Our proposed learning approach exploits the compositional syntax and the semantics of LTL, enabling our RL agent to learn task-conditioned policies that generalize to new instructions, not observed during training. To reduce the overhead of learning LTL semantics, we introduce an environment-agnostic LTL pretraining scheme which improves sample-efficiency in downstream environments. Experiments on discrete and continuous domains target combinatorial task sets of up to $\sim10^{39}$ unique tasks and demonstrate the strength of our approach in learning to solve (unseen) tasks, given LTL instructions.

📄 PDF Abstract BibTeX arXiv:2102.06858

Code (1)

LTL2Action/LTL2Action 공식 구현 pytorch

Tasks

Deep Reinforcement LearningDiversityReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

OpenHOI: Open-World Hand-Object Interaction Synthesis with Multimodal Large Language Model

2025-05-25 · Zhenhao Zhang, Ye Shi, Lingxiao Yang, Suting Ni 외

Understanding and synthesizing realistic 3D hand-object interactions (HOI) is critical for applications ranging from immersive AR/VR to dexterous robotics. Existing methods struggle with generalization, performing well o…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Benchmarking Large Language Models with Augmented Instructions for Fine-grained Information Extraction

2023-10-08 · Jun Gao, Huan Zhao, Yice Zhang, Wei Wang 외

Information Extraction (IE) is an essential task in Natural Language Processing. Traditional methods have relied on coarse-grained extraction with simple instructions. However, with the emergence of Large Language Models…

BenchmarkingDecoderDiversity

CoEdIT: Text Editing by Task-Specific Instruction Tuning

2023-05-17 · Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang

We introduce CoEdIT, a state-of-the-art text editing system for writing assistance. CoEdIT takes instructions from the user specifying the attributes of the desired text, such as "Make the sentence simpler" or "Write it …

Formality Style TransferGrammatical Error CorrectionLanguage ModelingLarge Language Model+4

Neurosymbolic AI for Enhancing Instructability in Generative AI

2024-07-26 · Amit Sheth, Vishal Pallagani, Kaushik Roy

Generative AI, especially via Large Language Models (LLMs), has transformed content creation across text, images, and music, showcasing capabilities in following instructions through prompting, largely facilitated by ins…

In a Nutshell, the Human Asked for This: Latent Goals for Following Temporal Specifications

2021-10-18 · ICLR 2022 4 · Borja G. León, Murray Shanahan, Francesco Belardinelli

We address the problem of building agents whose goal is to learn to execute out-of distribution (OOD) multi-task instructions expressed in temporal logic (TL) by using deep reinforcement learning (DRL). Recent works prov…

Deep Reinforcement Learning