paper-with-me

홈 › Papers

Bootstrapping Apprenticeship Learning

2010-12-01 · NeurIPS 2010 12 · Abdeslam Boularias, Brahim Chaib-Draa

We consider the problem of apprenticeship learning where the examples, demonstrated by an expert, cover only a small part of a large state space. Inverse Reinforcement Learning (IRL) provides an efficient tool for generalizing the demonstration, based on the assumption that the expert is maximizing a utility function that is a linear combination of state-action features. Most IRL algorithms use a simple Monte Carlo estimation to approximate the expected feature counts under the expert's policy. In this paper, we show that the quality of the learned policies is highly sensitive to the error in estimating the feature counts. To reduce this error, we introduce a novel approach for bootstrapping the demonstration by assuming that: (i), the expert is (near-)optimal, and (ii), the dynamics of the system is known. Empirical results on gridworlds and car racing problems show that our approach is able to learn good policies from a small number of demonstrations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Car RacingReinforcement Learning

Similar Papers 제목 키워드 기반

Blending Autonomous Exploration and Apprenticeship Learning

2011-12-01 · NeurIPS 2011 12 · Thomas J. Walsh, Daniel K. Hewlett, Clayton T. Morrison

We present theoretical and empirical results for a framework that combines the benefits of apprenticeship and autonomous reinforcement learning. Our approach modifies an existing apprenticeship learning framework that …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Interpretable and Personalized Apprenticeship Scheduling: Learning Interpretable Scheduling Policies from Heterogeneous User Demonstrations

2019-06-14 · NeurIPS 2020 12 · Rohan Paleja, Andrew Silva, Letian Chen, Matthew Gombolay

Resource scheduling and coordination is an NP-hard optimization requiring an efficient allocation of agents to a set of tasks with upper- and lower bound temporal and resource constraints. Due to the large-scale and dyna…

Decision MakingScheduling

Unknown mixing times in apprenticeship and reinforcement learning

2019-05-23 · Tom Zahavy, Alon Cohen, Haim Kaplan, Yishay Mansour

We derive and analyze learning algorithms for apprenticeship learning, policy evaluation, and policy gradient for average reward criteria. Existing algorithms explicitly require an upper bound on the mixing time. In cont…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Sequence-based Multimodal Apprenticeship Learning For Robot Perception and Decision Making

2017-02-24 · Fei Han, Xue Yang, Yu Zhang, Hao Zhang

Apprenticeship learning has recently attracted a wide attention due to its capability of allowing robots to learn physical tasks directly from demonstrations provided by human experts. Most previous techniques assumed th…

Decision Making

Cross apprenticeship learning framework: Properties and solution approaches

2022-09-06 · Ashwin Aravind, Debasish Chatterjee, Ashish Cherukuri

Apprenticeship learning is a framework in which an agent learns a policy to perform a given task in an environment using example trajectories provided by an expert. In the real world, one might have access to expert traj…