AILGMay 23, 2024

Reinforcing Language Agents via Policy Optimization with Action Decomposition

arXiv:2405.15821v116 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work improves the alignment of language agents with interactive environments, offering a more efficient optimization approach for AI systems in tasks like robotics or dialogue, though it is incremental as it builds on existing reinforcement learning methods.

The paper tackles the challenge of optimizing language agents for sequential decision-making by addressing the exponentially large action space and lack of fine-grained credit assignment for intra-action tokens, proposing a method that decomposes optimization to the token level and achieves enhanced learning efficiency and generalization in diverse testbeds.

Language models as intelligent agents push the boundaries of sequential decision-making agents but struggle with limited knowledge of environmental dynamics and exponentially huge action space. Recent efforts like GLAM and TWOSOME manually constrain the action space to a restricted subset and employ reinforcement learning to align agents' knowledge with specific environments. However, they overlook fine-grained credit assignments for intra-action tokens, which is essential for efficient language agent optimization, and rely on human's prior knowledge to restrict action space. This paper proposes decomposing language agent optimization from the action level to the token level, offering finer supervision for each intra-action token and manageable optimization complexity in environments with unrestricted action spaces. Beginning with the simplification of flattening all actions, we theoretically explore the discrepancies between action-level optimization and this naive token-level optimization. We then derive the Bellman backup with Action Decomposition (BAD) to integrate credit assignments for both intra-action and inter-action tokens, effectively eliminating the discrepancies. Implementing BAD within the PPO algorithm, we introduce Policy Optimization with Action Decomposition (POAD). POAD benefits from a finer-grained credit assignment process and lower optimization complexity, leading to enhanced learning efficiency and generalization abilities in aligning language agents with interactive environments. We validate POAD across diverse testbeds, with results affirming the advantages of our approach and the correctness of our theoretical analysis.

Foundations

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

Your Notes