paper-with-me

Papers

Reinforcement Learning with Bayesian Classifiers: Efficient Skill Learning from Outcome Examples

2021-01-01 · Kevin Li, Abhishek Gupta, Vitchyr H. Pong, Ashwin Reddy, Aurick Zhou, Justin Yu, Sergey Levine

Exploration in reinforcement learning is, in general, a challenging problem. In this work, we study a more tractable class of reinforcement learning problems defined by data that provides examples of successful outcome states. In this case, the reward function can be obtained automatically by training a classifier to classify states as successful or not. We argue that, with appropriate representation and regularization, such a classifier can guide a reinforcement learning algorithm to an effective solution. However, as we will show, this requires the classifier to make uncertainty-aware predictions that are very difficult with standard deep networks. To address this, we propose a novel mechanism for obtaining calibrated uncertainty based on an amortized technique for computing the normalized maximum likelihood distribution. We show that the resulting algorithm has a number of intriguing connections to both count-based exploration methods and prior algorithms for learning reward functions from data, while being able to guide algorithms towards the specified goal more effectively. We show how using amortized normalized maximum likelihood for reward inference is able to provide effective reward guidance for solving a number of challenging navigation and robotic manipulation tasks which prove difficult for other algorithms.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Simplified Kalman filter for online rating: one-fits-all approach

2021-04-28 · Leszek Szczecinski, Raphaëlle Tihon

In this work, we deal with the problem of rating in sports, where the skills of the players/teams are inferred from the observed outcomes of the games. Our focus is on the online rating algorithms which estimate the skil…

All

Diversify & Conquer: Outcome-directed Curriculum RL via Out-of-Distribution Disagreement

2023-10-30 · Daesol Cho, Seungjae Lee, H. Jin Kim

Reinforcement learning (RL) often faces the challenges of uninformed search problems where the agent should explore without access to the domain knowledge such as characteristics of the environment or external rewards. T…

Reinforcement Learning (RL)

Diversify \& Conquer: Outcome-directed Curriculum RL via Out-of-Distribution Disagreement

2023-09-21 · NeurIPS 2023 11

Reinforcement learning (RL) often faces the challenges of uninformed search problems where the agent should explore without access to the domain knowledge such as characteristics of the environment or external rewards. T…

Skill1: Unified Evolution of Skill-Augmented Agents via Reinforcement Learning

2026-05-07 · Yaorui Shi, Yuxin Chen, Zhengxi Lu, Yuchun Miao 외 arxiv

A persistent skill library allows language model agents to reuse successful strategies across tasks. Maintaining such a library requires three coupled capabilities. The agent selects a relevant skill, utilizes it during …

Reinforcement Learning

Skill-R1: Agent Skill Evolution via Reinforcement Learning

2026-05-10 · Yash Vishe, Rohan Surana, Xunyi Jiang, Zihan Huang 외 arxiv

Agentic large language models often rely on skills, reusable natural language procedures that guide planning, action, and tool use. In practice, skills are typically improved through prompt engineering or by aligning the…

Reinforcement LearningPrompt Engineering