用分类和少量回归实现无需复杂设计的逆强化学习
Inverse Reinforcement Learning with Just Classification and a Few Regressions
- 通过分类与回归分步估计策略、Q值并恢复奖励
- 在连续动作空间中表现优于或媲美现有方法
- 模块化设计适合实际应用,理论支持更通用
逆强化学习旨在从观察到的行为中推断奖励函数,但仅凭策略无法唯一确定奖励——多个奖励-价值对可解释相同行为。有意义的奖励恢复需进行归一化,而现有归一化方法常依赖锚定动作约束或特殊神经架构。本文研究在最大熵(即Gumbel噪声)模型下,采用广义状态相关仿射归一化(锚定动作为特例)的奖励恢复问题,提出通用策略-到-Q-到-奖励(GenPQR)框架:先估计行为策略,再通过贝尔曼方程评估其软Q函数,最后恢复归一化奖励。两个阶段均可使用现成的分类与回归方法实现。我们在一般函数逼近下证明了模块化的有限样本保证,政策估计与Q值估计误差可独立分析。具体实例中采用拟合Q评估,将IRL简化为策略估计后接回归。实验表明,GenPQR在奖励恢复性能上匹配或超越DeepPQR,同时更简单、模块化。相较而言,本理论突破锚定动作限制,适用于大且连续的动作空间,明确揭示覆盖性要求,且不绑定特定神经网络架构或训练流程。
原文摘要 · Abstract (English)
Inverse reinforcement learning (IRL) aims to infer rewards from observed behavior, but rewards are not identified from the policy alone: many reward--value pairs can rationalize the same actions. Meaningful reward recovery therefore requires a normalization, yet existing normalized IRL methods often rely on anchor-action restrictions or specialized neural architectures. We study reward recovery in the maximum-entropy, or Gumbel-shock, model under a broad class of statewise affine normalizations, with anchor-action constraints as a special case. This yields Generalized Policy-to-$Q$-to-Reward (GenPQR), a modular procedure that estimates the behavior policy, evaluates its soft $Q$-function through the Bellman equation, and recovers the normalized reward. Both stages can be implemented with off-the-shelf classification and regression methods. We prove modular finite-sample guarantees under general function approximation, with separate policy-estimation and $Q$-estimation errors. As a concrete instantiation, we study GenPQR with fitted $Q$-evaluation, reducing IRL to policy estimation followed by regression. Experiments show that GenPQR matches or improves reward recovery relative to DeepPQR while remaining simpler and more modular. Compared with DeepPQR, our theory goes beyond anchor actions, accommodates large and continuous action spaces, makes coverage requirements explicit, and is not tied to a specific neural-network architecture or training procedure.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。