paper-with-me

홈 › Papers

MPC-Net: A First Principles Guided Policy Search

2019-09-11 · Jan Carius, Farbod Farshidian, Marco Hutter

We present an Imitation Learning approach for the control of dynamical systems with a known model. Our policy search method is guided by solutions from MPC. Typical policy search methods of this kind minimize a distance metric between the guiding demonstrations and the learned policy. Our loss function, however, corresponds to the minimization of the control Hamiltonian, which derives from the principle of optimality. Therefore, our algorithm directly attempts to solve the optimality conditions with a parameterized class of control laws. Additionally, the proposed loss function explicitly encodes the constraints of the optimal control problem and we provide numerical evidence that its minimization achieves improved constraint satisfaction. We train a mixture-of-expert neural network architecture for controlling a quadrupedal robot and show that this policy structure is well suited for such multimodal systems. The learned policy can successfully stabilize different gaits on the real walking robot from less than 10 min of demonstration data.

📄 PDF Abstract BibTeX arXiv:1909.05197

Code (1)

leggedrobotics/MPC-Net 공식 구현 pytorch

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Improving Efficiency of GPU Kernel Optimization Agents using a Domain-Specific Language and Speed-of-Light Guidance

2026-03-30 · Siva Kumar Sastry Hari, Vignesh Balaji, Sana Damani, Qijing Huang 외 arxiv

Optimizing GPU kernels with LLM agents is an iterative process over a large design space. Every candidate must be generated, compiled, validated, and profiled, so fewer trials will save both runtime and cost. We make two…

Policy-Guided Heuristic Search with Guarantees

2021-03-21 · Laurent Orseau, Levi H. S. Lelis

The use of a policy and a heuristic function for guiding search can be quite effective in adversarial problems, as demonstrated by AlphaGo and its successors, which are based on the PUCT search algorithm. While PUCT can …

Heuristic SearchSokoban

Guided Policy Search via Approximate Mirror Descent

2016-12-01 · NeurIPS 2016 12 · William H. Montgomery, Sergey Levine

Guided policy search algorithms can be used to optimize complex nonlinear policies, such as deep neural networks, without directly computing policy gradients in the high-dimensional parameter space. Instead, these method…

Reinforcement Learning

Guided Policy Search as Approximate Mirror Descent

2016-07-15 · William Montgomery, Sergey Levine

Guided policy search algorithms can be used to optimize complex nonlinear policies, such as deep neural networks, without directly computing policy gradients in the high-dimensional parameter space. Instead, these method…

Reinforcement Learning

Generating Fair Consensus Statements with Social Choice on Token-Level MDPs

2025-10-15 · Carter Blair, Kate Larson arxiv

Current frameworks for consensus statement generation with large language models lack the inherent structure needed to provide provable fairness guarantees when aggregating diverse free-form opinions. We model the task a…

Text Generation