用流模型精准捕捉未来回报分布,提升强化学习决策可靠性。
Value Flows
- 采用流模型直接建模回报的完整概率分布
- 在37个状态任务和25个图像任务上平均成功率提升1.3倍
- 能识别高不确定状态,适合安全强化学习与探索策略
当前多数强化学习方法将未来回报简化为单一标量值,而分布式强化学习通过建模回报分布提供更强的学习信号,并支持探索与安全强化学习。主流方法通常将回报分布建模为离散区间上的分类分布或有限数量的分位数,但无法揭示回报分布的精细结构,也难以区分高回报不确定性状态。本文提出使用现代灵活的流模型来估计完整的未来回报分布,并识别具有高回报方差的状态。为此,我们设计了一种新的流匹配目标,生成满足分布贝尔曼方程的概率密度路径。基于学习到的流模型,我们引入一种新的流导数微分方程,用于估计不同状态的回报不确定性。同时,利用该不确定性信息,优先优化关键转移的回报估计精度。我们在37个基于状态和25个基于图像的基准任务上对比了该方法(Value Flows)与先前方法,在离线和在线到在线设置下均表现优异,平均成功率提升1.3倍。
原文摘要 · Abstract (English)
While most reinforcement learning methods today flatten the distribution of future returns to a single scalar value, distributional RL methods exploit the return distribution to provide stronger learning signals and to enable applications in exploration and safe RL. While the predominant method for estimating the return distribution is by modeling it as a categorical distribution over discrete bins or estimating a finite number of quantiles, such approaches leave unanswered questions about the fine-grained structure of the return distribution and about how to distinguish states with high return uncertainty for decision-making. The key idea in this paper is to use modern, flexible flow-based models to estimate the full future return distributions and identify those states with high return variance. We do so by formulating a new flow-matching objective that generates probability density paths satisfying the distributional Bellman equation. Building upon the learned flow models, we estimate the return uncertainty of distinct states using a new flow derivative ODE. We additionally use this uncertainty information to prioritize learning a more accurate return estimation on certain transitions. We compare our method (Value Flows) with prior methods in the offline and online-to-online settings. Experiments on $37$ state-based and $25$ image-based benchmark tasks demonstrate that Value Flows achieves a $1.3\times$ improvement on average in success rates. Website: https://pd-perry.github.io/value-flows Code: https://github.com/chongyi-zheng/value-flows
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。