paper-with-me

Papers

Self-Supervised Curriculum Generation for Autonomous Reinforcement Learning without Task-Specific Knowledge

2023-11-15 · Sang-Hyun Lee, Seung-Woo Seo

A significant bottleneck in applying current reinforcement learning algorithms to real-world scenarios is the need to reset the environment between every episode. This reset process demands substantial human intervention, making it difficult for the agent to learn continuously and autonomously. Several recent works have introduced autonomous reinforcement learning (ARL) algorithms that generate curricula for jointly training reset and forward policies. While their curricula can reduce the number of required manual resets by taking into account the agent's learning progress, they rely on task-specific knowledge, such as predefined initial states or reset reward functions. In this paper, we propose a novel ARL algorithm that can generate a curriculum adaptive to the agent's learning progress without task-specific knowledge. Our curriculum empowers the agent to autonomously reset to diverse and informative initial states. To achieve this, we introduce a success discriminator that estimates the success probability from each initial state when the agent follows the forward policy. The success discriminator is trained with relabeled transitions in a self-supervised manner. Our experimental results demonstrate that our ARL algorithm can generate an adaptive curriculum and enable the agent to efficiently bootstrap to solve sparse-reward maze navigation and manipulation tasks, outperforming baselines with significantly fewer manual resets.

📄 PDF Abstract BibTeX arXiv:2311.09195

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

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

WebRL: Training LLM Web Agents via Self-Evolving Online Curriculum Reinforcement Learning

2024-11-04 · Zehan Qi, Xiao Liu, Iat Long Iong, Hanyu Lai 외

Large language models (LLMs) have shown remarkable potential as autonomous agents, particularly in web-based tasks. However, existing LLM web agents heavily rely on expensive proprietary LLM APIs, while open LLMs lack th…

Improving Environment Robustness of Deep Reinforcement Learning Approaches for Autonomous Racing Using Bayesian Optimization-based Curriculum Learning

2023-12-16 · Rohan Banerjee, Prishita Ray, Mark Campbell

Deep reinforcement learning (RL) approaches have been broadly applied to a large number of robotics tasks, such as robot manipulation and autonomous driving. However, an open problem in deep RL is learning policies that …

Autonomous DrivingAutonomous RacingBayesian OptimizationDeep Reinforcement Learning+4

Self-Paced Curriculum Reinforcement Learning for Autonomous Superbike Racing in Simulation

2026-06-08 · Luca Ghisi, Jacopo Essenziale, Carlo D'Eramo, Matteo Luperto arxiv

Autonomous Racing has seen remarkable progress through deep Reinforcement Learning (RL), primarily for four-wheeled vehicles. However, motorbikes introduce substantially greater complexity due to the need to manage balan…

Reinforcement Learning

Curriculum-Based Iterative Self-Play for Scalable Multi-Drone Racing

2025-10-26 · Onur Akgün arxiv

The coordination of multiple autonomous agents in high-speed, competitive environments represents a significant engineering challenge. This paper presents CRUISE (Curriculum-Based Iterative Self-Play for Scalable Multi-D…

Reinforcement Learning