Search papers, labs, and topics across Lattice.
GuidedSAC enhances Soft Actor-Critic (SAC) by incorporating an LLM-based supervisor that provides action-level guidance based on trajectory analysis and visual replays, enabling targeted exploration. This approach preserves SAC's convergence guarantees while significantly improving convergence speed. Experiments across text and MuJoCo environments demonstrate that GuidedSAC outperforms standard SAC and exploration-enhanced variants in sample efficiency and final performance.
LLMs can act as effective action-level supervisors in reinforcement learning, dramatically boosting the sample efficiency of SAC without sacrificing convergence guarantees.
We present GuidedSAC, a novel reinforcement learning (RL) algorithm that facilitates efficient exploration in vast state-action spaces. GuidedSAC leverages large language models (LLMs) as intelligent supervisors that provide action-level guidance for the Soft Actor-Critic (SAC) algorithm. The LLM-based supervisor analyzes the most recent trajectory using state information and visual replays, offering action-level interventions that enable targeted exploration. Furthermore, we provide a theoretical analysis of GuidedSAC, proving that it preserves the convergence guarantees of SAC while improving convergence speed. Through experiments in both discrete and continuous control environments, including toy text tasks and complex MuJoCo benchmarks, we demonstrate that GuidedSAC consistently outperforms standard SAC and state-of-the-art exploration-enhanced variants (e.g., RND, ICM, and E3B) in terms of sample efficiency and final performance.