Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning

About

Off-policy deep reinforcement learning (RL) has been successful in a range of challenging domains. However, standard off-policy RL algorithms can suffer from several issues, such as instability in Q-learning and balancing exploration and exploitation. To mitigate these issues, we present SUNRISE, a simple unified ensemble method, which is compatible with various off-policy RL algorithms. SUNRISE integrates two key ingredients: (a) ensemble-based weighted Bellman backups, which re-weight target Q-values based on uncertainty estimates from a Q-ensemble, and (b) an inference method that selects actions using the highest upper-confidence bounds for efficient exploration. By enforcing the diversity between agents using Bootstrap with random initialization, we show that these different ideas are largely orthogonal and can be fruitfully integrated, together further improving the performance of existing off-policy RL algorithms, such as Soft Actor-Critic and Rainbow DQN, for both continuous and discrete control tasks on both low-dimensional and high-dimensional environments. Our training code is available at https://github.com/pokaxpoka/sunrise.

Kimin Lee, Michael Laskin, Aravind Srinivas, Pieter Abbeel• 2020

Related benchmarks

TaskDatasetResultRank
Futures TradingDOT Crypto Market
TR (%)-59.18
13
Futures TradingBTC Crypto Market
Total Return (%)-7.91
13
Futures TradingBNB Crypto Market
Total Return (%)-66.75
13
Futures TradingETH Crypto Market
Total Return (%)-81.22
13
Showing 4 of 4 rows

Other info

Follow for update