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

Better Exploration with Optimistic Actor-Critic

About

Actor-critic methods, a type of model-free Reinforcement Learning, have been successfully applied to challenging tasks in continuous control, often achieving state-of-the art performance. However, wide-scale adoption of these methods in real-world domains is made difficult by their poor sample efficiency. We address this problem both theoretically and empirically. On the theoretical side, we identify two phenomena preventing efficient exploration in existing state-of-the-art algorithms such as Soft Actor Critic. First, combining a greedy actor update with a pessimistic estimate of the critic leads to the avoidance of actions that the agent does not know about, a phenomenon we call pessimistic underexploration. Second, current algorithms are directionally uninformed, sampling actions with equal probability in opposite directions from the current mean. This is wasteful, since we typically need actions taken along certain directions much more than others. To address both of these phenomena, we introduce a new algorithm, Optimistic Actor Critic, which approximates a lower and upper confidence bound on the state-action value function. This allows us to apply the principle of optimism in the face of uncertainty to perform directed exploration using the upper bound while still using the lower bound to avoid overestimation. We evaluate OAC in several challenging continuous control tasks, achieving state-of the art sample efficiency.

Kamil Ciosek, Quan Vuong, Robert Loftin, Katja Hofmann• 2019

Related benchmarks

TaskDatasetResultRank
Continuous ControlHopper
Average Reward2.90e+3
15
Continuous ControlMuJoCo HalfCheetah
Average Reward1.17e+4
12
Continuous ControlMuJoCo Ant
Average Reward4.76e+3
12
Continuous ControlMuJoCo Reacher
Average Reward-4.15
12
Continuous ControlWalker2D
Avg Reward4.79e+3
9
Continuous ControlMuJoCo InvertedDoublePendulum
Average Reward9.36e+3
6
Continuous ControlMuJoCo Humanoid
Average Reward5.35e+3
6
Continuous ControlMuJoCo Ant v5 (test)
Average Return5.87e+3
4
Walker WalkDeepMind Control suite
Average Return965.8
4
Ball In Cup CatchDeepMind Control suite
Average Return983.9
4
Showing 10 of 19 rows

Other info

Follow for update