paper-with-me

Papers

LaGR-SEQ: Language-Guided Reinforcement Learning with Sample-Efficient Querying

2023-08-21 · Thommen George Karimpanal, Laknath Buddhika Semage, Santu Rana, Hung Le, Truyen Tran, Sunil Gupta, Svetha Venkatesh

Large language models (LLMs) have recently demonstrated their impressive ability to provide context-aware responses via text. This ability could potentially be used to predict plausible solutions in sequential decision making tasks pertaining to pattern completion. For example, by observing a partial stack of cubes, LLMs can predict the correct sequence in which the remaining cubes should be stacked by extrapolating the observed patterns (e.g., cube sizes, colors or other attributes) in the partial stack. In this work, we introduce LaGR (Language-Guided Reinforcement learning), which uses this predictive ability of LLMs to propose solutions to tasks that have been partially completed by a primary reinforcement learning (RL) agent, in order to subsequently guide the latter's training. However, as RL training is generally not sample-efficient, deploying this approach would inherently imply that the LLM be repeatedly queried for solutions; a process that can be expensive and infeasible. To address this issue, we introduce SEQ (sample efficient querying), where we simultaneously train a secondary RL agent to decide when the LLM should be queried for solutions. Specifically, we use the quality of the solutions emanating from the LLM as the reward to train this agent. We show that our proposed framework LaGR-SEQ enables more efficient primary RL training, while simultaneously minimizing the number of queries to the LLM. We demonstrate our approach on a series of tasks and highlight the advantages of our approach, along with its limitations and potential future research directions.

📄 PDF Abstract BibTeX arXiv:2308.13542

Code (1)

gkthom/lagrseq 공식 구현

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

From Fixed Grids to Moving Particles:A Transferable Latent Operator for Fluid Dynamics

2026-08-14 · Meng Li, Chuqi Chen, Zhengqing Gao, Xi Zhou 외 arxiv

Lagrangian modeling is vital to fluid dynamics, as it characterizes particle transport and complements the Eulerian representation. However, Lagrangian trajectories are less commonly available than Eulerian fields, while…

How Does the Lagrangian Guide Safe Reinforcement Learning through Diffusion Models?

2026-02-02 · Xiaoyuan Cheng, Wenxuan Yuan, Boyang Li, Yuanchao Xu 외 arxiv

Diffusion policy sampling enables reinforcement learning (RL) to represent multimodal action distributions beyond suboptimal unimodal Gaussian policies. However, existing diffusion-based RL methods primarily focus on off…

Reinforcement Learning

Lagrangian Perturbation Diffusion Steering: Latent Reinforcement Learning for Generative Policies

2026-05-31 · Hikmet Simsir, Ozgur S. Oguz arxiv

Behavior cloning with high-capacity generative policies achieves strong imitation performance, but is often limited by demonstration coverage and distribution shift. Direct reinforcement learning fine-tuning can improve …

Reinforcement LearningOpenAI Gym

L-SA: Learning Under-Explored Targets in Multi-Target Reinforcement Learning

2023-05-23 · Kibeom Kim, Hyundo Lee, Min Whoo Lee, Moonheon Lee 외

Tasks that involve interaction with various targets are called multi-target tasks. When applying general reinforcement learning approaches for such tasks, certain targets that are difficult to access or interact with may…

General Reinforcement Learningreinforcement-learningVisual Navigation

Small RL Controller, Large Language Model: RL-Guided Adaptive Sampling for Test-Time Scaling

2026-06-02 · Runpeng Dai, Tong Zheng, Rui Liu, Chengsong Huang 외 arxiv

Test-time scaling improves the reasoning performance of large language models but incurs substantial cost in both total computation and latency. Existing adaptive sampling methods partially mitigate this issue by dynamic…

Reinforcement Learning