复现并验证强化学习轨迹解释方法的有效性与局限性
'Explaining RL Decisions with Trajectories': A Reproducibility Study
- 通过重构环境与算法,检验原论文中关于轨迹聚类与决策解释的四个核心主张
- 部分结论成立:少样本训练降低初始状态值,轨迹簇具相似模式,远距离轨迹影响决策
- 引入定量指标增强说服力,但人类识别轨迹的能力未被证实,适合关注可解释RL的研究者
本研究针对《Explaining RL Decisions with Trajectories》一文开展可复现性分析。该文提出一种基于轨迹聚类的可解释强化学习方法,声称:(i) 减少训练轨迹数量会降低初始状态价值;(ii) 聚类内轨迹呈现相似高层模式;(iii) 远距离轨迹影响智能体决策;(iv) 人类能正确识别导致决策的关键轨迹。我们基于作者提供的部分代码重建了网格世界(Grid-World)环境,并独立实现海战(Seaquest)、半猫(HalfCheetah)、打砖块(Breakout)和Q*Bert环境。结果表明,(i)(ii)(iii)部分成立:其中(iii)通过引入定量评估指标进一步支持;我们还测试了不同聚类算法与编码器结构以强化(ii);但(iv)因原始实验范围有限,无法验证。结论认为,原论文部分观点可复现,但需更严谨实验支持。我们肯定其创新性,并期待推动更透明的可解释强化学习发展。
原文摘要 · Abstract (English)
This work investigates the reproducibility of the paper 'Explaining RL decisions with trajectories'. The original paper introduces a novel approach in explainable reinforcement learning based on the attribution decisions of an agent to specific clusters of trajectories encountered during training. We verify the main claims from the paper, which state that (i) training on less trajectories induces a lower initial state value, (ii) trajectories in a cluster present similar high-level patterns, (iii) distant trajectories influence the decision of an agent, and (iv) humans correctly identify the attributed trajectories to the decision of the agent. We recover the environments used by the authors based on the partial original code they provided for one of the environments (Grid-World), and implemented the remaining from scratch (Seaquest, HalfCheetah, Breakout and Q*Bert). While we confirm that (i), (ii), and (iii) partially hold, we extend on the largely qualitative experiments from the authors by introducing a quantitative metric to further support (iii), and new experiments and visual results for (i). Moreover, we investigate the use of different clustering algorithms and encoder architectures to further support (ii). We could not support (iv), given the limited extent of the original experiments. We conclude that, while some of the claims can be supported, further investigations and experiments could be of interest. We recognise the novelty of the work from the authors and hope that our work paves the way for clearer and more transparent approaches.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。