Policy Learning with a Language Bottleneck
Megha Srivastava, Cedric Colas, Dorsa Sadigh, Jacob Andreas
TL;DR
PLLB introduces a language bottleneck that alternates between generating linguistic rules from contrasting high- and low-reward experiences and updating policies to align with those rules. This approach yields more interpretable, generalizable, and human-interoperable behaviors across five diverse tasks, including signaling games, maze navigation, collaborative image reconstruction, and robotic grasping, with open-source code available. By enabling agents to generate and share rules, PLLB facilitates better human-AI coordination and cultural transmission of problem-solving strategies, while still leveraging non-linguistic learning signals. The results demonstrate that language-informed policy learning can enhance both cognitive performance and communicative usefulness beyond traditional RL baselines.
Abstract
Modern AI systems such as self-driving cars and game-playing agents achieve superhuman performance, but often lack human-like generalization, interpretability, and inter-operability with human users. Inspired by the rich interactions between language and decision-making in humans, we introduce Policy Learning with a Language Bottleneck (PLLB), a framework enabling AI agents to generate linguistic rules that capture the high-level strategies underlying rewarding behaviors. PLLB alternates between a *rule generation* step guided by language models, and an *update* step where agents learn new policies guided by rules, even when a rule is insufficient to describe an entire complex policy. Across five diverse tasks, including a two-player signaling game, maze navigation, image reconstruction, and robot grasp planning, we show that PLLB agents are not only able to learn more interpretable and generalizable behaviors, but can also share the learned rules with human users, enabling more effective human-AI coordination. We provide source code for our experiments at https://github.com/meghabyte/bottleneck .
