paper-with-me

Papers

An Adversarial Objective for Scalable Exploration

2020-03-13 · Bernadette Bucher, Karl Schmeckpeper, Nikolai Matni, Kostas Daniilidis

Model-based curiosity combines active learning approaches to optimal sampling with the information gain based incentives for exploration presented in the curiosity literature. Existing model-based curiosity methods look to approximate prediction uncertainty with approaches which struggle to scale to many prediction-planning pipelines used in robotics tasks. We address these scalability issues with an adversarial curiosity method minimizing a score given by a discriminator network. This discriminator is optimized jointly with a prediction model and enables our active learning approach to sample sequences of observations and actions which result in predictions considered the least realistic by the discriminator. We demonstrate progressively increasing advantages as compute is restricted of our adversarial curiosity approach over leading model-based exploration strategies in simulated environments. We further demonstrate the ability of our adversarial curiosity method to scale to a robotic manipulation prediction-planning pipeline where we improve sample efficiency and prediction performance for a domain transfer problem.

📄 PDF Abstract BibTeX arXiv:2003.06082

Code (1)

bucherb/adversarial-curiosity 공식 구현 pytorch

Tasks

Active LearningPrediction

Similar Papers 제목 키워드 기반

Dual-Arm Adversarial Robot Learning

2021-10-15 · Elie Aljalbout

Robot learning is a very promising topic for the future of automation and machine intelligence. Future robots should be able to autonomously acquire skills, learn to represent their environment, and interact with it. Whi…

Safe Exploration

Hierarchical Soft Actor-Critic: Adversarial Exploration via Mutual Information Optimization

2019-06-17 · Ari Azarafrooz, John Brock

We describe a novel extension of soft actor-critics for hierarchical Deep Q-Networks (HDQN) architectures using mutual information metric. The proposed extension provides a suitable framework for encouraging explorations…

Nudging Beyond the Comfort Zone: Efficient Strategy-Guided Exploration for RLVR

2026-05-15 · Chanuk Lee, Sangwoo Park, Minki Kang, Sung Ju Hwang arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a scalable paradigm for improving the reasoning capabilities of large language models. However, its effectiveness is fundamentally limited by explorati…

Reinforcement Learning

Scalable Online Exploration via Coverability

2024-03-11 · Philip Amortila, Dylan J. Foster, Akshay Krishnamurthy

Exploration is a major challenge in reinforcement learning, especially for high-dimensional domains that require function approximation. We propose exploration objectives -- policy optimization objectives that enable dow…

Efficient ExplorationQ-Learningreinforcement-learningReinforcement Learning

QXplore: Q-Learning Exploration by Maximizing Temporal Difference Error

2019-09-25 · Riley Simmons-Edler, Ben Eisner, Daniel Yang, Anthony Bisulco 외

A major challenge in reinforcement learning is exploration, especially when reward landscapes are sparse. Several recent methods provide an intrinsic motivation to explore by directly encouraging agents to seek novel sta…

continuous-controlContinuous ControlDeep Reinforcement LearningQ-Learning+3