Search papers, labs, and topics across Lattice.
This paper introduces Latent Action Guidance for Online Reinforcement Learning (LaGO), which leverages pretrained large language models (LLMs) as latent action priors to enhance online policy optimization. By avoiding the pitfalls of direct action generation, LaGO significantly boosts performance on both discrete and continuous control tasks, achieving notable improvements in reward and success rates compared to Vanilla PPO. Specifically, LaGO raises the average success rate from 15.1% to 27.2% on the CLEVR-Robot benchmark and from 2.7% to 15.2% on Meta-World, highlighting the efficacy of LLMs in guiding decision-making processes.
Latent Action Guidance can double success rates in reinforcement learning tasks by effectively harnessing the latent knowledge of pretrained language models.
Large language models (LLMs) have shown strong potential for planning and sequential decision-making, but prior work often relies on using them as direct controllers, which requires precise action generation and can be unreliable in practice. This paper proposes Latent Action Guidance for Online Reinforcement Learning (LaGO), a framework that uses a pretrained LLM as a latent action prior to softly guide online policy optimization, rather than treating the LLM as an explicit planner or controller. Experiments on both a discrete-control benchmark, CLEVR-Robot, and a continuous-control benchmark, Meta-World, demonstrate that LaGO consistently improves both reward and success rate over Vanilla PPO. In particular, LaGO increases the average success rate from 15.1% to 27.2% on CLEVR-Robot and from 2.7% to 15.2% on Meta-World. Our analysis further shows that stronger pretrained LLMs provide more effective guidance, suggesting that LLM knowledge can improve planning and online decision-making.