← Search

Likun Wang

7 accepted papers

2026

Harmonized Dual Policy Improvement for Model-based Reinforcement Learning

ICML 2026poster

Policy-planner bootstrapping has emerged as a powerful paradigm in model-based reinforcement learning (MBRL). We formalize this process as a dual policy improvement mechanism synergizing: (i) exploitative improvement via off-policy $Q$-maximization, and (ii) lookahead improvement via planner alignme…

Cited by 0SourceScholar
2026

Langevin Rollout Optimization for Modelic Reinforcement Learning

ICML 2026poster

Planning-driven model-based (modelic) reinforcement learning has achieved impressive success in continuous control tasks but predominantly relies on zero-order optimizers like Model Predictive Path Integral (MPPI). While robust for global exploration, MPPI updates actions solely through sampling and…

Cited by 0SourceScholar
2026

Mind Your Entropy: From Maximum Entropy to Trajectory Entropy-Constrained RL

ICML 2026poster

Maximum entropy has become a mainstream off-policy reinforcement learning (RL) framework for balancing exploitation and exploration. However, two bottlenecks still limit further performance gains: (1) non-stationary Q-value estimation stemming from the joint injection of entropy and the concurrent u…

Cited by 0SourceScholar
2025

Bootstrap Off-policy with World Model

NeurIPS 2025poster

Online planning has proven effective in reinforcement learning (RL) for improving sample efficiency and final performance. However, using planning for environment interaction inevitably introduces a divergence between the collected data and the policy's actual behaviors, degrading both model learnin…

Cited by 0SourcecodeScholar
2025

ODE-based Smoothing Neural Network for Reinforcement Learning Tasks

ICLR 2025spotlight

The smoothness of control actions is a significant challenge faced by deep reinforcement learning (RL) techniques in solving optimal control problems. Existing RL-trained policies tend to produce non-smooth actions due to high-frequency input noise and unconstrained Lipschitz constants in neural net…

Cited by 0SourcePDFScholar
2025

Off-policy Reinforcement Learning with Model-based Exploration Augmentation

NeurIPS 2025poster

Exploration is crucial in Reinforcement Learning (RL) as it enables the agent to understand the environment for better decision-making. Existing exploration methods fall into two paradigms: active exploration, which injects stochasticity into the policy but struggles in high-dimensional environments…

Cited by 0SourceScholar
2024

Diffusion Actor-Critic with Entropy Regulator

NeurIPS 2024poster

Reinforcement learning (RL) has proven highly effective in addressing complex decision-making and control tasks. However, in most traditional RL algorithms, the policy is typically parameterized as a diagonal Gaussian distribution with learned mean and variance, which constrains their capability to…