paper-with-me

Papers

Model-Predictive Control via Cross-Entropy and Gradient-Based Optimization

2020-04-19 · L4DC 2020 6 · Homanga Bharadhwaj, Kevin Xie, Florian Shkurti

Recent works in high-dimensional model-predictive control and model-based reinforcement learning with learned dynamics and reward models have resorted to population-based optimization methods, such as the Cross-Entropy Method (CEM), for planning a sequence of actions. To decide on an action to take, CEM conducts a search for the action sequence with the highest return according to the dynamics model and reward. Action sequences are typically randomly sampled from an unconditional Gaussian distribution and evaluated on the environment. This distribution is iteratively updated towards action sequences with higher returns. However, this planning method can be very inefficient, especially for high-dimensional action spaces. An alternative line of approaches optimize action sequences directly via gradient descent, but are prone to local optima. We propose a method to solve this planning problem by interleaving CEM and gradient descent steps in optimizing the action sequence. Our experiments show faster convergence of the proposed hybrid approach, even for high-dimensional action spaces, avoidance of local minima, and better or equal performance to CEM. Code accompanying the paper is available here https://github.com/homangab/gradcem.

📄 PDF Abstract BibTeX arXiv:2004.08763

Code (1)

homangab/gradcem 공식 구현 pytorch

Tasks

Model-based Reinforcement LearningModel Predictive ControlReinforcement Learning

Similar Papers 제목 키워드 기반

Sampling-Based Control via Entropy-Regularized Optimal Transport

2026-05-04 · Vincent Pacelli, Akash Ratheesh, Evangelos A. Theodorou arxiv

Sampling-based model predictive control methods like MPPI and CEM are essential for real-time control of nonlinear robotic systems, particularly where discontinuous dynamics preclude gradient-based optimization. However,…

Not All Tokens Learn Alike: Attention Entropy Reveals Heterogeneous Signals in RL Reasoning

2026-05-08 · Gengyang Li, Zheng-Fan Wu, Siqi Bao, Yunfang Wu arxiv

Reinforcement-learning-based post-training has become a key approach for improving the reasoning ability of large language models, but its token-level learning signals remain poorly understood. This work studies their he…

Entropy-Gated Selective Policy Optimization:Token-Level Gradient Allocation for Hybrid Training of Large Language Models

2026-02-03 · Yuelin Hu, Zhengxue Cheng, Wei Liu, Li Song arxiv

Hybrid training methods for large language models combine supervised fine tuning (SFT) on expert demonstrations with reinforcement learning (RL) on model rollouts, typically at the sample level. We propose Entropy Gated …

Reinforcement LearningMathematical Reasoning

Closing the Train-Test Gap in World Models for Gradient-Based Planning

2025-12-10 · Arjun Parthasarathy, Nimit Kalra, Rohun Agrawal, Yann LeCun 외 arxiv

World models paired with model predictive control (MPC) can be trained offline on large-scale datasets of expert trajectories and enable generalization to a wide range of planning tasks at inference time. Compared to tra…

Entropy annealing for policy mirror descent in continuous time and space

2024-05-30 · Deven Sethi, David Šiška, Yufei Zhang

Entropy regularization has been widely used in policy optimization algorithms to enhance exploration and the robustness of the optimal control; however it also introduces an additional regularization bias. This work quan…

Policy Gradient Methods