Efficient Reinforcement Learning Through Trajectory Generation
Wenqi Cui, Linbin Huang, Weiwei Yang, Baosen Zhang

TL;DR
This paper introduces a trajectory generation method for reinforcement learning that reduces data requirements by creating realistic exploration trajectories, even with unobserved states, improving efficiency in control policy learning.
Contribution
The paper presents a novel trajectory generation algorithm based on linear system theory that enhances exploration and reduces data needs in RL, including for partially observed systems.
Findings
Significantly reduces data needed for RL algorithms
Generates trajectories matching real system distributions
Effective with systems lacking direct state observations
Abstract
A key barrier to using reinforcement learning (RL) in many real-world applications is the requirement of a large number of system interactions to learn a good control policy. Off-policy and Offline RL methods have been proposed to reduce the number of interactions with the physical environment by learning control policies from historical data. However, their performances suffer from the lack of exploration and the distributional shifts in trajectories once controllers are updated. Moreover, most RL methods require that all states are directly observed, which is difficult to be attained in many settings. To overcome these challenges, we propose a trajectory generation algorithm, which adaptively generates new trajectories as if the system is being operated and explored under the updated control policies. Motivated by the fundamental lemma for linear systems, assuming sufficient…
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 · Evolutionary Algorithms and Applications · Extremum Seeking Control Systems
