AWAC: Accelerating Online Reinforcement Learning with Offline Datasets
Ashvin Nair, Abhishek Gupta, Murtaza Dalal, Sergey Levine

TL;DR
AWAC introduces a method that effectively combines offline datasets with online reinforcement learning to accelerate skill acquisition in robotics, reducing training time and improving sample efficiency.
Contribution
The paper proposes AWAC, a novel algorithm that leverages offline data for rapid online RL fine-tuning, addressing challenges of offline-to-online policy improvement.
Findings
AWAC enables fast skill learning in robotics with less online data.
The method outperforms prior approaches in sample efficiency.
Successful real-world robotic experiments demonstrate practical benefits.
Abstract
Reinforcement learning (RL) provides an appealing formalism for learning control policies from experience. However, the classic active formulation of RL necessitates a lengthy active exploration process for each behavior, making it difficult to apply in real-world settings such as robotic control. If we can instead allow RL algorithms to effectively use previously collected data to aid the online learning process, such applications could be made substantially more practical: the prior data would provide a starting point that mitigates challenges due to exploration and sample complexity, while the online training enables the agent to perfect the desired skill. Such prior data could either constitute expert demonstrations or sub-optimal prior data that illustrates potentially useful transitions. While a number of prior methods have either used optimal demonstrations to bootstrap RL, or…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Robot Manipulation and Learning · Adversarial Robustness in Machine Learning
