paper-with-me

Papers

Harnessing Bounded-Support Evolution Strategies for Policy Refinement

2025-11-13 · Ethan Hirschowitz, Fabio Ramos arxiv

Improving competent robot policies with on-policy RL is often hampered by noisy, low-signal gradients. We revisit Evolution Strategies (ES) as a policy-gradient proxy and localize exploration with bounded, antithetic triangular perturbations, suitable for policy refinement. We propose Triangular-Distribution ES (TD-ES) which pairs bounded triangular noise with a centered-rank finite-difference estimator to deliver stable, parallelizable, gradient-free updates. In a two-stage pipeline - PPO pretraining followed by TD-ES refinement - this preserves early sample efficiency while enabling robust late-stage gains. Across a suite of robotic manipulation tasks, TD-ES raises success rates by 26.5% relative to PPO and greatly reduces variance, offering a simple, compute-light path to reliable refinement.

📄 PDF Abstract BibTeX arXiv:2511.09923

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Boosting In-Silicon Directed Evolution with Fine-Tuned Protein Language Model and Tree Search

2025-11-13 · Yaodong Yang, Yang Wang, Jinpeng Li, Pei Guo 외 arxiv

Protein evolution through amino acid mutations is a cornerstone of life sciences. Recent advances in protein language models have shown rich evolutionary patterns, offering unprecedented potential for in-silicon directed…

Protein Language ModelReinforcement Learning

Solving Deep Reinforcement Learning Tasks with Evolution Strategies and Linear Policy Networks

2024-02-10 · Annie Wong, Jacob de Nobel, Thomas Bäck, Aske Plaat 외

Although deep reinforcement learning methods can learn effective policies for challenging problems such as Atari games and robotics tasks, algorithms are complex, and training times are often long. This study investigate…

Atari GamesDeep Reinforcement LearningQ-Learningreinforcement-learning+1

An Efficient Reconstructed Differential Evolution Variant by Some of the Current State-of-the-art Strategies for Solving Single Objective Bound Constrained Problems

2024-04-25 · Sichen Tao, Ruihan Zhao, Kaiyu Wang, Shangce Gao

Complex single-objective bounded problems are often difficult to solve. In evolutionary computation methods, since the proposal of differential evolution algorithm in 1997, it has been widely studied and developed due to…

Learning in Markov Games with Adaptive Adversaries: Policy Regret, Fundamental Barriers, and Efficient Algorithms

2024-11-01 · Thanh Nguyen-Tang, Raman Arora

We study learning in a dynamically evolving environment modeled as a Markov game between a learner and a strategic opponent that can adapt to the learner's strategies. While most existing works in Markov games focus on e…

counterfactual

ReSkill: Reconciling Skill Creation with Policy Optimization in Agentic RL

2026-06-01 · Zelin He, Haotian Lin, Boran Han, Wei Zhu 외 arxiv

Agentic reinforcement learning (RL) enables LLM agents to improve continuously from environment rewards, yet the resulting policies do not systematically accumulate reusable strategies that generalize across tasks. Modul…

Reinforcement Learning