Sample-Efficient Reinforcement Learning via Conservative Model-Based Actor-Critic
Zhihai Wang, Jie Wang, Qi Zhou, Bin Li, Houqiang Li

TL;DR
This paper introduces CMBAC, a conservative model-based actor-critic method that improves sample efficiency and robustness in noisy environments by averaging the lower estimates of multiple inaccurate models.
Contribution
CMBAC is a novel approach that uses conservative estimates from multiple models to enhance sample efficiency without requiring highly accurate environment models.
Findings
CMBAC outperforms state-of-the-art methods in sample efficiency.
CMBAC is more robust in noisy environments.
Conservative estimates help avoid unreliable actions.
Abstract
Model-based reinforcement learning algorithms, which aim to learn a model of the environment to make decisions, are more sample efficient than their model-free counterparts. The sample efficiency of model-based approaches relies on whether the model can well approximate the environment. However, learning an accurate model is challenging, especially in complex and noisy environments. To tackle this problem, we propose the conservative model-based actor-critic (CMBAC), a novel approach that achieves high sample efficiency without the strong reliance on accurate learned models. Specifically, CMBAC learns multiple estimates of the Q-value function from a set of inaccurate models and uses the average of the bottom-k estimates -- a conservative estimate -- to optimize the policy. An appealing feature of CMBAC is that the conservative estimates effectively encourage the agent to avoid…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning
