Trajectory-Based Off-Policy Deep Reinforcement Learning
Andreas Doerr, Michael Volpp, Marc Toussaint, Sebastian Trimpe,, Christian Daniel

TL;DR
This paper introduces a trajectory-based off-policy deep reinforcement learning method that enhances data efficiency and stability in continuous control tasks by combining importance sampling and stochastic optimization.
Contribution
It presents a novel off-policy policy gradient algorithm that leverages importance sampling and stochastic optimization to improve data efficiency and avoid local optima in deep reinforcement learning.
Findings
Achieves better data efficiency than standard policy gradient methods.
Successfully learns solutions with fewer system interactions.
Demonstrates reliable performance on continuous control benchmarks.
Abstract
Policy gradient methods are powerful reinforcement learning algorithms and have been demonstrated to solve many complex tasks. However, these methods are also data-inefficient, afflicted with high variance gradient estimates, and frequently get stuck in local optima. This work addresses these weaknesses by combining recent improvements in the reuse of off-policy data and exploration in parameter space with deterministic behavioral policies. The resulting objective is amenable to standard neural network optimization strategies like stochastic gradient descent or stochastic gradient Hamiltonian Monte Carlo. Incorporation of previous rollouts via importance sampling greatly improves data-efficiency, whilst stochastic optimization schemes facilitate the escape from local optima. We evaluate the proposed approach on a series of continuous control benchmark tasks. The results show that the…
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 · Age of Information Optimization · Advanced Neural Network Applications
