paper-with-me

Papers

Discovering Reinforcement Learning Interfaces with Large Language Models

2026-05-05 · Akshat Singh Jaswal, Ashish Baghel, Paras Chopra arxiv

Reinforcement learning systems rely on environment interfaces that specify observations and reward functions, yet constructing these interfaces for new tasks often requires substantial manual effort. While recent work has automated reward design using large language models (LLMs), these approaches assume fixed observations and do not address the broader challenge of synthesizing complete task interfaces. We study RL task interface discovery from raw simulator state, where both observation mappings and reward functions must be generated. We propose LIMEN (Code available at https://github.com/Lossfunk/LIMEN), a LLM guided evolutionary framework that produces candidate interfaces as executable programs and iteratively refines them using policy training feedback. Across novel discrete gridworld tasks and continuous control domains spanning locomotion and manipulation, joint evolution of observations and rewards discovers effective interfaces given only a trajectory-level success metric, while optimizing either component alone fails on at least one domain. These results demonstrate that automatic construction of RL interfaces from raw state can substantially reduce manual engineering and that observation and reward components often benefit from co-design, as single-component optimization fails catastrophically on at least one domain in our evaluation suite.

📄 PDF Abstract BibTeX arXiv:2605.03408

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous Control

Similar Papers 제목 키워드 기반

Two Approaches to Building Collaborative, Task-Oriented Dialog Agents through Self-Play

2021-09-20 · Arkady Arkhangorodsky, Scot Fang, Victoria Knight, Ajay Nagesh 외

Task-oriented dialog systems are often trained on human/human dialogs, such as collected from Wizard-of-Oz interfaces. However, human/human corpora are frequently too small for supervised training to be effective. This p…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Designing and Evaluating Interfaces that Highlight News Coverage Diversity Using Discord Questions

2023-02-17 · Philippe Laban, Chien-Sheng Wu, Lidiya Murakhovs'ka, Xiang 'Anthony' Chen 외

Modern news aggregators do the hard work of organizing a large news stream, creating collections for a given news story with tens of source options. This paper shows that navigating large source collections for a news st…

Diversity

Expanding the Action Space of LLMs to Reason Beyond Language

2025-10-08 · Zhongqi Yue, Weishi Wang, Yundaichuan Zhan, Juncheng Li 외 arxiv

Large Language Models (LLMs) are powerful reasoners in natural language, but their actions are typically confined to outputting vocabulary tokens. As a result, interactions with external environments -- such as symbolic …

Reinforcement LearningMulti-Task Learning

Enhancing Reinforcement Learning with discrete interfaces to learn the Dyck Language

2021-10-27 · Florian Dietz, Dietrich Klakow

Even though most interfaces in the real world are discrete, no efficient way exists to train neural networks to make use of them, yet. We enhance an Interaction Network (a Reinforcement Learning architecture) with discre…

reinforcement-learningReinforcement Learning (RL)

From Data to Dialogue: Leveraging the Structure of Knowledge Graphs for Conversational Exploratory Search

2023-10-08 · Phillip Schneider, Nils Rehtanz, Kristiina Jokinen, Florian Matthes

Exploratory search is an open-ended information retrieval process that aims at discovering knowledge about a topic or domain rather than searching for a specific answer or piece of information. Conversational interfaces …

ArticlesConversational SearchInformation RetrievalKnowledge Graphs+2