Generalized Early Stopping in Evolutionary Direct Policy Search
Etor Arza, Leni K. Le Goff, Emma Hart

TL;DR
This paper introduces a generalized early stopping method for direct policy search that reduces computation time by up to 75% without needing problem-specific adjustments, applicable across various domains.
Contribution
It presents a problem-agnostic early stopping criterion based solely on objective values, applicable to diverse direct policy search tasks.
Findings
Reduces evaluation time by up to 75%.
Performs comparably to problem-specific stopping criteria.
Applicable across multiple domains like robotics and games.
Abstract
Lengthy evaluation times are common in many optimization problems such as direct policy search tasks, especially when they involve conducting evaluations in the physical world, e.g. in robotics applications. Often when evaluating solution over a fixed time period it becomes clear that the objective value will not increase with additional computation time (for example when a two wheeled robot continuously spins on the spot). In such cases, it makes sense to stop the evaluation early to save computation time. However, most approaches to stop the evaluation are problem specific and need to be specifically designed for the task at hand. Therefore, we propose an early stopping method for direct policy search. The proposed method only looks at the objective value at each time step and requires no problem specific knowledge. We test the introduced stopping criterion in five direct policy…
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 · Educational Games and Gamification
MethodsEarly Stopping
