paper-with-me

홈 › Papers

Efficient Unsupervised Environment Design through Hierarchical Policy Representation Learning

2026-02-10 · Dexun Li, Sidney Tio, Pradeep Varakantham arxiv

Unsupervised Environment Design (UED) has emerged as a promising approach to developing general-purpose agents through automated curriculum generation. Popular UED methods focus on Open-Endedness, where teacher algorithms rely on stochastic processes for infinite generation of useful environments. This assumption becomes impractical in resource-constrained scenarios where teacher-student interaction opportunities are limited. To address this challenge, we introduce a hierarchical Markov Decision Process (MDP) framework for environment design. Our framework features a teacher agent that leverages student policy representations derived from discovered evaluation environments, enabling it to generate training environments based on the student's capabilities. To improve efficiency, we incorporate a generative model that augments the teacher's training dataset with synthetic data, reducing the need for teacher-student interactions. In experiments across several domains, we show that our method outperforms baseline approaches while requiring fewer teacher-student interactions in a single episode. The results suggest the applicability of our approach in settings where training opportunities are limited.

📄 PDF Abstract BibTeX arXiv:2602.09813

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Learning Goal Embeddings via Self-Play for Hierarchical Reinforcement Learning

2018-11-22 · Sainbayar Sukhbaatar, Emily Denton, Arthur Szlam, Rob Fergus

In hierarchical reinforcement learning a major challenge is determining appropriate low-level policies. We propose an unsupervised learning scheme, based on asymmetric self-play from Sukhbaatar et al. (2018), that automa…

Hierarchical Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

Enhancing the Hierarchical Environment Design via Generative Trajectory Modeling

2023-09-30 · Dexun Li, Pradeep Varakantham

Unsupervised Environment Design (UED) is a paradigm for automatically generating a curriculum of training environments, enabling agents trained in these environments to develop general capabilities, i.e., achieving good …

Trajectory Modeling

A novel multi-agent dynamic portfolio optimization learning system based on hierarchical deep reinforcement learning

2025-01-12 · Ruoyu Sun, Yue Xi, Angelos Stefanidis, Zhengyong Jiang 외

Deep Reinforcement Learning (DRL) has been extensively used to address portfolio optimization problems. The DRL agents acquire knowledge and make decisions through unsupervised interactions with their environment without…

Deep Reinforcement LearningPortfolio Optimization

PACE: Parameter Change for Unsupervised Environment Design

2026-05-02 · Fang Yuan, Quanjun Yin, Siqi Shen, Yuxiang Xie 외 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…

Reinforcement Learning

On the Complexity of Exploration in Goal-Driven Navigation

2018-11-16 · Maruan Al-Shedivat, Lisa Lee, Ruslan Salakhutdinov, Eric Xing

Building agents that can explore their environments intelligently is a challenging open problem. In this paper, we make a step towards understanding how a hierarchical design of the agent's policy can affect its explorat…

Navigate