paper-with-me

Papers

Generalized Early Stopping in Evolutionary Direct Policy Search

2023-08-07 · Etor Arza, Leni K. Le Goff, Emma Hart

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 search environments drawn from games, robotics and classic control domains, and show that it can save up to 75% of the computation time. We also compare it with problem specific stopping criteria and show that it performs comparably, while being more generally applicable.

📄 PDF Abstract BibTeX arXiv:2308.03574

Code (1)

anonreposit/gesp 공식 구현

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

A Policy for Early Sequence Classification

2023-04-07 · Alexander Cao, Jean Utke, Diego Klabjan

Sequences are often not received in their entirety at once, but instead, received incrementally over time, element by element. Early predictions yielding a higher benefit, one aims to classify a sequence as accurately as…

Classification

On Regularization via Early Stopping for Least Squares Regression

2024-06-06 · Rishi Sonthalia, Jackie Lok, Elizaveta Rebrova

A fundamental problem in machine learning is understanding the effect of early stopping on the parameters obtained and the generalization capabilities of the model. Even for linear models, the effect is not fully underst…

regression

Efficient Reinforced Feature Selection via Early Stopping Traverse Strategy

2021-09-29 · Kunpeng Liu, Pengfei Wang, Dongjie Wang, Wan Du 외

In this paper, we propose a single-agent Monte Carlo based reinforced feature selection (MCRFS) method, as well as two efficiency improvement strategies, i.e., early stopping (ES) strategy and reward-level interactive (R…

feature selection

Early Stopping in Contextual Bandits and Inferences

2025-02-05 · Zihan Cui

Bandit algorithms sequentially accumulate data using adaptive sampling policies, offering flexibility for real-world applications. However, excessive sampling can be costly, motivating the devolopment of early stopping m…

Decision MakingMulti-Armed Bandits

Benchmarking Stopping Criteria for Evolutionary Multi-objective Optimization

2026-04-28 · Kenji Kitamura, Ryoji Tanabe arxiv

Stopping criteria automatically determine when to stop an evolutionary algorithm, so as not to waste function evaluations on a stagnant population. Although stopping criteria play an important role in real-world applicat…