Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

A Connection between One-Step Regularization and Critic Regularization in Reinforcement Learning

About

As with any machine learning problem with limited data, effective offline RL algorithms require careful regularization to avoid overfitting. One-step methods perform regularization by doing just a single step of policy improvement, while critic regularization methods do many steps of policy improvement with a regularized objective. These methods appear distinct. One-step methods, such as advantage-weighted regression and conditional behavioral cloning, truncate policy iteration after just one step. This ``early stopping'' makes one-step RL simple and stable, but can limit its asymptotic performance. Critic regularization typically requires more compute but has appealing lower-bound guarantees. In this paper, we draw a close connection between these methods: applying a multi-step critic regularization method with a regularization coefficient of 1 yields the same policy as one-step RL. While practical implementations violate our assumptions and critic regularization is typically applied with smaller regularization coefficients, our experiments nevertheless show that our analysis makes accurate, testable predictions about practical offline RL methods (CQL and one-step RL) with commonly-used hyperparameters. Our results that every problem can be solved with a single step of policy improvement, but rather that one-step RL might be competitive with critic regularization on RL problems that demand strong regularization.

Benjamin Eysenbach, Matthieu Geist, Sergey Levine, Ruslan Salakhutdinov• 2023

Related benchmarks

TaskDatasetResultRank
LocomotionD4RL walker2d-medium-expert
Normalized Score5.19e+3
90
LocomotionD4RL Walker2d medium--
70
LocomotionD4RL HalfCheetah Medium-Replay--
68
LocomotionD4RL hopper-medium-expert--
28
LocomotionD4RL halfcheetah-medium-expert
Test Return8.95e+3
22
LocomotionD4RL hopper medium-replay
Test Return1.62e+3
22
LocomotionD4RL Cheetah Medium
Mean Return4.83e+3
17
LocomotionD4RL walker2d medium-replay
Mean Return1.97e+3
12
Showing 8 of 8 rows

Other info

Follow for update