ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.6k
Citations
444
Influential Citations
International Conference on Learning Representations
Venue
2021
Year
… Offline reinforcement learning requires reconciling two … most current offline reinforcement learning methods need to … , a standard benchmark for offline reinforcement learning. We also …
Offline reinforcement learning (RL) aims to learn policies from fixed datasets without further environment interaction, which is crucial for real-world applications where exploration is costly or risky. A central challenge is distribution shift: the learned policy may select actions not present in the dataset, leading to overestimation of Q-values and poor performance. Prior methods often constrained the policy to stay close to the behavioral policy or used conservative Q-estimates, but these approaches can be overly restrictive or complex.
Implicit Q-Learning (IQL) offers a refreshingly simple yet powerful solution. Instead of explicitly constraining the policy or penalizing out-of-distribution actions, IQL avoids evaluating them altogether. By using expectile regression to estimate the upper expectile of target Q-values, IQL implicitly approximates the maximum Q-value over actions without needing to query the Q-function for unseen actions. This elegant idea sidesteps the distribution shift problem directly and has proven highly effective, making IQL a landmark paper in offline RL.
On the D4RL benchmark, IQL achieves state-of-the-art performance across a wide range of tasks. For example, in the medium-replay and medium-expert settings, IQL outperforms prior methods like CQL and BEAR by significant margins. In the Gym-MuJoCo tasks, IQL attains normalized scores above 80 on many tasks, with some tasks exceeding 90, indicating near-expert performance. The paper reports that IQL consistently outperforms baselines, especially in the more challenging datasets with suboptimal data. The results highlight the effectiveness of the implicit approach in handling distribution shift.
IQL has had a profound impact on the offline RL community. Its simplicity and strong performance have made it a standard baseline for subsequent research. The idea of using expectile regression to avoid out-of-distribution actions has inspired further work on value-based offline RL and has been extended to other domains such as imitation learning and model-based RL. IQL's success demonstrates that principled algorithmic design can effectively address the offline RL challenge, paving the way for practical deployment of RL in real-world settings where data is limited and interaction is expensive.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba