paper-with-me

Papers

Sample-Efficient Policy Learning based on Completely Behavior Cloning

2018-11-09 · Qiming Zou, Ling Wang, Ke Lu, Yu Li

Direct policy search is one of the most important algorithm of reinforcement learning. However, learning from scratch needs a large amount of experience data and can be easily prone to poor local optima. In addition to that, a partially trained policy tends to perform dangerous action to agent and environment. In order to overcome these challenges, this paper proposed a policy initialization algorithm called Policy Learning based on Completely Behavior Cloning (PLCBC). PLCBC first transforms the Model Predictive Control (MPC) controller into a piecewise affine (PWA) function using multi-parametric programming, and uses a neural network to express this function. By this way, PLCBC can completely clone the MPC controller without any performance loss, and is totally training-free. The experiments show that this initialization strategy can help agent learn at the high reward state region, and converge faster and better.

📄 PDF Abstract BibTeX arXiv:1811.03853

Code (0)

등록된 구현이 없습니다.

Tasks

Model Predictive ControlReinforcement Learning

Similar Papers 제목 키워드 기반

Data augmentation for efficient learning from parametric experts

2022-05-23 · NeurIPS 2021 12 · Alexandre Galashov, Josh Merel, Nicolas Heess

We present a simple, yet powerful data-augmentation technique to enable data-efficient learning from parametric experts for reinforcement and imitation learning. We focus on what we call the policy cloning setting, in wh…

Data AugmentationImitation Learning

Sample-Efficient Behavior Cloning Using General Domain Knowledge

2025-01-27 · Feiyu Zhu, Jean Oh, Reid Simmons

Behavior cloning has shown success in many sequential decision-making tasks by learning from expert demonstrations, yet they can be very sample inefficient and fail to generalize to unseen scenarios. One approach to thes…

Car RacingFeature EngineeringGeneral KnowledgeSequential Decision Making

Videos are Sample-Efficient Supervisions: Behavior Cloning from Videos via Latent Representations

2025-12-25 · Xin Liu, Haoran Li, Dongbin Zhao arxiv

Humans can efficiently extract knowledge and learn skills from the videos within only a few trials and errors. However, it poses a big challenge to replicate this learning process for autonomous agents, due to the comple…

Reinforcement LearningContinuous Control

Density-Ratio Weighted Behavioral Cloning: Learning Control Policies from Corrupted Datasets

2025-10-01 · Shriram Karpoora Sundara Pandian, Ali Baheri arxiv

Offline reinforcement learning (RL) enables policy optimization from fixed datasets, making it suitable for safety-critical applications where online exploration is infeasible. However, these datasets are often contamina…

Reinforcement LearningContinuous ControlOffline RL

Model Predictive Control via On-Policy Imitation Learning

2022-10-17 · Kwangjun Ahn, Zakaria Mhammedi, Horia Mania, Zhang-Wei Hong 외

In this paper, we leverage the rapid advances in imitation learning, a topic of intense recent focus in the Reinforcement Learning (RL) literature, to develop new sample complexity results and performance guarantees for …

Imitation LearningmodelModel Predictive ControlReinforcement Learning (RL)