paper-with-me

Papers

PEBBLE: Feedback-Efficient Interactive Reinforcement Learning via Relabeling Experience and Unsupervised Pre-training

2021-06-09 · Kimin Lee, Laura Smith, Pieter Abbeel

Conveying complex objectives to reinforcement learning (RL) agents can often be difficult, involving meticulous design of reward functions that are sufficiently informative yet easy enough to provide. Human-in-the-loop RL methods allow practitioners to instead interactively teach agents through tailored feedback; however, such approaches have been challenging to scale since human feedback is very expensive. In this work, we aim to make this process more sample- and feedback-efficient. We present an off-policy, interactive RL algorithm that capitalizes on the strengths of both feedback and off-policy learning. Specifically, we learn a reward model by actively querying a teacher's preferences between two clips of behavior and use it to train an agent. To enable off-policy learning, we relabel all the agent's past experience when its reward model changes. We additionally show that pre-training our agents with unsupervised exploration substantially increases the mileage of its queries. We demonstrate that our approach is capable of learning tasks of higher complexity than previously considered by human-in-the-loop methods, including a variety of locomotion and robotic manipulation skills. We also show that our method is able to utilize real-time human feedback to effectively prevent reward exploitation and learn new behaviors that are difficult to specify with standard reward functions.

📄 PDF Abstract BibTeX arXiv:2106.05091

Code (2)

rll-research/bpref 공식 구현
pokaxpoka/b_pref

Tasks

reinforcement-learningReinforcement Learning (RL)Unsupervised Pre-training

Similar Papers 제목 키워드 기반

Hindsight Foresight Relabeling for Meta-Reinforcement Learning

2021-09-18 · ICLR 2022 4 · Michael Wan, Jian Peng, Tanmay Gangwani

Meta-reinforcement learning (meta-RL) algorithms allow for agents to learn new behaviors from small amounts of experience, mitigating the sample inefficiency problem in RL. However, while meta-RL agents can adapt quickly…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

SAC-GLAM: Improving Online RL for LLM agents with Soft Actor-Critic and Hindsight Relabeling

2024-10-16 · Loris Gaven, Clement Romac, Thomas Carta, Sylvain Lamprier 외

The past years have seen Large Language Models (LLMs) strive not only as generative models but also as agents solving textual sequential decision-making tasks. When facing complex environments where their zero-shot abili…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

Bias-reduced Multi-step Hindsight Experience Replay for Efficient Multi-goal Reinforcement Learning

2021-02-25 · Rui Yang, Jiafei Lyu, Yu Yang, Jiangpeng Yan 외

Multi-goal reinforcement learning is widely applied in planning and robot manipulation. Two main challenges in multi-goal reinforcement learning are sparse rewards and sample inefficiency. Hindsight Experience Replay (HE…

Multi-Goal Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Rewriting History with Inverse RL: Hindsight Inference for Policy Improvement

2020-02-25 · NeurIPS 2020 12 · Benjamin Eysenbach, Xinyang Geng, Sergey Levine, Ruslan Salakhutdinov

Multi-task reinforcement learning (RL) aims to simultaneously learn policies for solving many tasks. Several prior works have found that relabeling past experience with different reward functions can improve sample effic…

Reinforcement LearningReinforcement Learning (RL)

MHER: Model-based Hindsight Experience Replay

2021-07-01 · Rui Yang, Meng Fang, Lei Han, Yali Du 외

Solving multi-goal reinforcement learning (RL) problems with sparse rewards is generally challenging. Existing approaches have utilized goal relabeling on collected experiences to alleviate issues raised from sparse rewa…

modelMulti-Goal Reinforcement Learningreinforcement-learningReinforcement Learning+1