paper-with-me

홈 › Papers

PACE: Parameter Change for Unsupervised Environment Design

2026-05-02 · Fang Yuan, Quanjun Yin, Siqi Shen, Yuxiang Xie, Junqiang Yang, Long Qin, Junjie Zeng, Qinglun Li arxiv

Unsupervised Environment Design (UED) offers a promising paradigm for improving reinforcement learning generalization by adaptively shaping training environments, but it requires reliable environment evaluation to remain effective. However, existing UED methods evaluate environments using indirect proxy signals such as regret, value-based errors, or Monte Carlo, which suffer from bias, high variance, or substantial computational overhead and fail to reflect agent realized learning progress. To address these limitations, we propose Parameter Change Environment Design (PACE), which evaluates an environment through the policy parameter change induced by training on that environment, directly grounding environment selection in realized learning progress. Specifically, PACE assigns environment value using a first-order approximation of the policy optimization objective, where the improvement induced by an environment is proportional to the squared L2 norm of the corresponding parameter update, enabling low-variance and computation-efficient evaluation without additional rollouts. Experiments on MiniGrid and Craftax show that PACE consistently outperforms established UED baselines, achieving higher IQM and smaller Optimality Gap on OOD evaluations, including an IQM of 96.4% and an Optimality Gap of 17.2% on MiniGrid.

📄 PDF Abstract BibTeX arXiv:2605.01358

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Unsupervised Feature Selection Based on Space Filling Concept

2017-06-27 · Mohamed Laib, Mikhail Kanevski

The paper deals with the adaptation of a new measure for the unsupervised feature selection problems. The proposed measure is based on space filling concept and is called the coverage measure. This measure was used for j…

feature selection

Improving Environment Novelty Quantification for Effective Unsupervised Environment Design

2025-02-08 · Jayden Teoh, Wenjun Li, Pradeep Varakantham

Unsupervised Environment Design (UED) formalizes the problem of autocurricula through interactive training between a teacher agent and a student agent. The teacher generates new training environments with high learning p…

Deep Metric Learning for Unsupervised Remote Sensing Change Detection

2023-03-16 · Wele Gedara Chaminda Bandara, Vishal M. Patel

Remote Sensing Change Detection (RS-CD) aims to detect relevant changes from Multi-Temporal Remote Sensing Images (MT-RSIs), which aids in various RS applications such as land cover, land use, human development analysis,…

Change DetectionDisaster ResponseMetric LearningTransfer Learning

Emergent Complexity and Zero-shot Transfer via Unsupervised Environment Design

2020-12-03 · NeurIPS 2020 12 · Michael Dennis, Natasha Jaques, Eugene Vinitsky, Alexandre Bayen 외

A wide range of reinforcement learning (RL) problems - including robustness, transfer learning, unsupervised RL, and emergent complexity - require specifying a distribution of tasks or environments in which a policy will…

Reinforcement Learning (RL)Transfer Learningvalid

PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments

2026-08-14 · Yuhao Zhan, Bingxiang He, Zecong Tang, Chaojun Xiao arxiv

Self-evolving agents improve future behavior from interaction experience, yet existing evaluations typically optimize under fixed execution conditions and do not test recovery after those conditions change. To address th…