Towards Applicable Reinforcement Learning: Improving the Generalization and Sample Efficiency with Policy Ensemble
Abstract
It is challenging for reinforcement learning (RL) algorithms to succeed in real-world applications. Take financial trading as an example, the market information is noisy yet imperfect and the macroeconomic regulation or other factors may shift between training and evaluation, thus it requires both generalization and high sample efficiency for resolving the task. However, directly applying typical RL algorithms can lead to poor performance in such scenarios. To derive a robust and applicable RL algorithm, in this work, we design a simple but effective method named Ensemble Proximal Policy Optimization (EPPO), which learns ensemble policies in an end-to-end manner. Notably, EPPO combines each policy and the policy ensemble organically and optimizes both simultaneously. In addition, EPPO adopts a diversity enhancement regularization over the policy space which helps to generalize to unseen states and promotes exploration. We theoretically prove that EPPO can increase exploration efficacy, and through comprehensive experimental evaluations on various tasks, we demonstrate that EPPO achieves higher efficiency and is robust for real-world applications compared with vanilla policy optimization algorithms and other ensemble methods. Code and supplemental materials are available at https://seqml.github.io/eppo.
Cite
Text
Yang et al. "Towards Applicable Reinforcement Learning: Improving the Generalization and Sample Efficiency with Policy Ensemble." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/508Markdown
[Yang et al. "Towards Applicable Reinforcement Learning: Improving the Generalization and Sample Efficiency with Policy Ensemble." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/yang2022ijcai-applicable/) doi:10.24963/IJCAI.2022/508BibTeX
@inproceedings{yang2022ijcai-applicable,
title = {{Towards Applicable Reinforcement Learning: Improving the Generalization and Sample Efficiency with Policy Ensemble}},
author = {Yang, Zhengyu and Ren, Kan and Luo, Xufang and Liu, Minghuan and Liu, Weiqing and Bian, Jiang and Zhang, Weinan and Li, Dongsheng},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2022},
pages = {3659-3665},
doi = {10.24963/IJCAI.2022/508},
url = {https://mlanthology.org/ijcai/2022/yang2022ijcai-applicable/}
}