paper-with-me

Papers

Curriculum reinforcement learning with measurable task representation learning

2026-05-22 · Yongyan Wen, Siyuan Li, Mingjian Fu, Yiqin Yang, Xun Wang, Peng Liu arxiv

In curriculum reinforcement learning (CRL), an agent incrementally accumulates knowledge over a sequence of tasks (i.e., a curriculum), and the learning process is aimed at using the accumulated knowledge to finally solve a challenging target task. While early CRL works focus on sequencing candidate tasks, recent research explores automatic curriculum generation. Among the rich CRL literature, the interpolation-based CRL paradigm is a main body, which automatically generates intermediate tasks by interpolating between the initial task distribution and the target task distribution in task space with meaningful distance metrics (i.e., can measure the task similarity). However, in challenging navigation tasks, the non-Euclidean context (task) space invalidates this assumption. To achieve automatic curriculum generation in complex task, we propose a novel automatic curriculum generation approach based on measurable task representation learning. To better measure the similarity, we propose to transform the task space to a latent space. Through a variational autoencoder structure that encodes the reward and the state transitions, we achieve a latent task representation with a task similarity measurement property, and two close task embeddings correspond to two similar tasks in terms of rewards and state transitions. Based on the learned task representation, we further develop an automatic curriculum generation scheme, which can effectively generate new tasks more and more similar to the target task. We evaluate our method in a variety of challenging navigation tasks, and the experiment results indicate that the proposed approach surpasses state-of-the-art CRL approaches based on interpolation and generative adversarial networks.

📄 PDF Abstract BibTeX arXiv:2605.23372

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Improving Lean4 Autoformalization via Cycle Consistency Fine-tuning

2026-03-25 · Arsen Shebzukhov arxiv

Autoformalization - automatically translating natural language mathematical texts into formal proof language such as Lean4 - can help accelerate AI-assisted mathematical research, be it via proof verification or proof se…

Reinforcement Learning

Learning Curriculum Policies for Reinforcement Learning

2018-12-01 · Sanmit Narvekar, Peter Stone

Curriculum learning in reinforcement learning is a training methodology that seeks to speed up learning of a difficult target task, by first training on a series of simpler tasks and transferring the knowledge acquired t…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Reinforcement Learning in Super Mario Bros: Curriculum, Pedagogy, and Optimal Level Design in World 1-1

2026-06-28 · Jesse Ponnock, Lucas Ho arxiv

World 1-1 of Super Mario Bros is widely celebrated as a masterclass in game design: its progressive structure is credited with teaching players core mechanics through the level itself. We ask whether that structure is em…

Reinforcement Learning

State Dropout-Based Curriculum Reinforcement Learning for Self-Driving at Unsignalized Intersections

2022-07-10 · Shivesh Khaitan, John M. Dolan

Traversing intersections is a challenging problem for autonomous vehicles, especially when the intersections do not have traffic control. Recently deep reinforcement learning has received massive attention due to its suc…

Autonomous DrivingAutonomous VehiclesDeep Reinforcement LearningMotion Planning+3

CurEvo: Curriculum-Guided Self-Evolution for Video Understanding

2026-04-29 · Guiyi Zeng, Junqing Yu, Yi-Ping Phoebe Chen, Xu Chen 외 arxiv

Recent advances in self-evolution video understanding frameworks have demonstrated the potential of autonomous learning without human annotations. However, existing methods often suffer from weakly controlled optimizatio…

Question Generation