MLLGOct 15, 2024

Zero-shot Model-based Reinforcement Learning using Large Language Models

arXiv:2410.11711v26 citationsh-index: 15Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses a gap in applying LLMs to continuous reinforcement learning, offering a method for model-based policy evaluation and data-augmented off-policy learning, though it appears incremental as it builds on existing LLM capabilities.

The paper tackles the challenge of using Large Language Models (LLMs) for zero-shot model-based reinforcement learning in continuous state spaces, proposing Disentangled In-Context Learning (DICL) to handle multivariate data and control signals, with experiments showing well-calibrated uncertainty estimates.

The emerging zero-shot capabilities of Large Language Models (LLMs) have led to their applications in areas extending well beyond natural language processing tasks. In reinforcement learning, while LLMs have been extensively used in text-based environments, their integration with continuous state spaces remains understudied. In this paper, we investigate how pre-trained LLMs can be leveraged to predict in context the dynamics of continuous Markov decision processes. We identify handling multivariate data and incorporating the control signal as key challenges that limit the potential of LLMs' deployment in this setup and propose Disentangled In-Context Learning (DICL) to address them. We present proof-of-concept applications in two reinforcement learning settings: model-based policy evaluation and data-augmented off-policy reinforcement learning, supported by theoretical analysis of the proposed methods. Our experiments further demonstrate that our approach produces well-calibrated uncertainty estimates. We release the code at https://github.com/abenechehab/dicl.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes