用对抗数据增强提升离线强化学习的泛化能力
Model-Based Offline Reinforcement Learning with Adversarial Data Augmentation
- 通过对抗性数据增强动态选择模型,替代固定滚动预测
- 在D4RL上实现更优策略性能与样本效率
- 无需调整滚动周期,适配多种离线任务
基于模型的离线强化学习通过从离线数据集构建环境模型来执行保守策略优化。现有方法主要依赖集成模型学习状态转移,并采用固定时域滚动估计以缓解外推误差。然而,静态数据使得策略难以稳健,且离线智能体无法访问环境获取新数据。为此,本文提出基于对抗数据增强的模型化离线强化学习(MORAL)。MORAL将固定时域滚动替换为对抗性数据增强,通过集成模型与策略之间的交替采样丰富训练数据。具体而言,该对抗过程动态选择与策略相悖的集成模型进行偏差采样,缓解固定模型带来的乐观估计,从而稳健扩展训练数据以优化策略。此外,在对抗过程中引入微分因子进行正则化,确保外推误差最小化。该数据增强优化机制无需滚动周期调参,可适应多种离线任务。在D4RL基准上的大量实验表明,MORAL在策略学习与样本效率方面均优于其他基于模型的离线强化学习方法。
原文摘要 · Abstract (English)
Model-based offline Reinforcement Learning (RL) constructs environment models from offline datasets to perform conservative policy optimization. Existing approaches focus on learning state transitions through ensemble models, rollouting conservative estimation to mitigate extrapolation errors. However, the static data makes it challenging to develop a robust policy, and offline agents cannot access the environment to gather new data. To address these challenges, we introduce Model-based Offline Reinforcement learning with AdversariaL data augmentation (MORAL). In MORAL, we replace the fixed horizon rollout by employing adversaria data augmentation to execute alternating sampling with ensemble models to enrich training data. Specifically, this adversarial process dynamically selects ensemble models against policy for biased sampling, mitigating the optimistic estimation of fixed models, thus robustly expanding the training data for policy optimization. Moreover, a differential factor is integrated into the adversarial process for regularization, ensuring error minimization in extrapolations. This data-augmented optimization adapts to diverse offline tasks without rollout horizon tuning, showing remarkable applicability. Extensive experiments on D4RL benchmark demonstrate that MORAL outperforms other model-based offline RL methods in terms of policy learning and sample efficiency.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。