分离演员与评论家的表示能提升强化学习性能。
Studying the Interplay Between the Actor and Critic Representations in Reinforcement Learning
- 让演员和评论家使用独立表示,各自专注不同信息。
- 分离后演员关注动作相关,评论家专注价值与动态信息。
- 适合研究表示学习与探索机制的强化学习从业者。
从高维观测流中提取相关信息是深度强化学习代理的核心挑战。在策略梯度算法中,演员-评论家架构进一步增加了复杂性,因为难以判断同一信息是否对演员和评论家均有效。本文系统研究了在在线算法中,演员与评论家有效表示的原理,并探讨二者使用独立而非共享表示的优劣。主要发现表明:当表示分离时,演员与评论家会系统性地专精于提取环境中的不同类型信息——演员侧重于与动作相关的特征,而评论家则专注于编码价值和动态信息。我们通过严谨的实证研究,分析了不同表示学习方法如何影响两者专化程度及其下游性能,包括样本效率和生成能力。最终发现,分离的评论家在训练过程中的探索与数据收集中起关键作用。代码、训练模型及数据已公开于 https://github.com/francelico/deac-rep。
原文摘要 · Abstract (English)
Extracting relevant information from a stream of high-dimensional observations is a central challenge for deep reinforcement learning agents. Actor-critic algorithms add further complexity to this challenge, as it is often unclear whether the same information will be relevant to both the actor and the critic. To this end, we here explore the principles that underlie effective representations for the actor and for the critic in on-policy algorithms. We focus our study on understanding whether the actor and critic will benefit from separate, rather than shared, representations. Our primary finding is that when separated, the representations for the actor and critic systematically specialise in extracting different types of information from the environment -- the actor's representation tends to focus on action-relevant information, while the critic's representation specialises in encoding value and dynamics information. We conduct a rigourous empirical study to understand how different representation learning approaches affect the actor and critic's specialisations and their downstream performance, in terms of sample efficiency and generation capabilities. Finally, we discover that a separated critic plays an important role in exploration and data collection during training. Our code, trained models and data are accessible at https://github.com/francelico/deac-rep.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。