REVIEW 2 major objections 1 minor 92 references
Horizon Adaptive Offline Policy Learning via Value Stitching
T0 review · 2 major / 1 minor · reviewed 2026-06-26 · grok-4.3
Pith's one-line read Dynamic horizon composition via auxiliary value functions and stitching policies improves offline RL on long-horizon tasks.
desk verdict VAST combines an auxiliary value function with a stitching policy for dynamic horizon composition in offline RL, which targets a real bias issue and shows benchmark gains but needs full details to confirm the mechanics. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Future state- and horizon-length-conditioned auxiliary value function paired with a stitching policy that selects optimal horizon length and sub-goal for value composition.
What would settle it
A controlled comparison on a long-horizon OGBench task where policies trained with VAST value estimates achieve lower returns than those trained with fixed-horizon n-step backups.
Extended reading notes
Core claim
VAST replaces fixed-horizon backups with recursive horizon-adaptive value composition. Its key ingredient is a future state- and horizon-length-conditioned auxiliary value function learned through direct data supervision together with a stitching policy that selects the reward-maximizing horizon length and future sub-goal, enabling direct estimation and compositional stitching of variable-length returns grounded in actionable sub-goal states.
Load-bearing premise
An auxiliary value function learned from data supervision, when paired with the stitching policy, yields accurate value estimates that can be greedily exploited without adding bias or instability.
Editorial extensions
If this is right
- Outperforms fixed-step TD, n-step TD, Q-chunking, and generative-value baselines on long-horizon tasks.
- Enables direct estimation of variable-length returns without online interaction.
- Yields a greedily exploitable value-supervision signal for offline policy optimization.
- Delivers stronger results on high-complexity multi-stage tasks within the OGBench suite.
Reading between the lines
- The same auxiliary-function-plus-stitching pattern could be tested as a drop-in replacement for standard value heads in other offline algorithms.
- If the stitching policy generalizes, similar conditioning on horizon length might reduce compounding errors in model-based planning.
- The method's reliance on sub-goal states suggests it could interact with goal-conditioned RL frameworks without extra machinery.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces VAST for offline policy learning in long-horizon tasks. It replaces fixed-horizon TD backups with recursive horizon-adaptive value composition, using a future state- and horizon-length-conditioned auxiliary value function learned via direct data supervision together with a stitching policy that selects the reward-maximizing horizon length and sub-goal state. The method is claimed to yield accurate, greedily exploitable value signals and to outperform fixed-step, extended-horizon, and generative-value baselines across 50 OGBench tasks, with particular gains on high-complexity long-horizon problems.
Significance. If the auxiliary function and stitching mechanism indeed deliver unbiased compositional returns without introducing instability, the approach would provide a principled way to adapt horizon length dynamically, addressing a known limitation of rigid n-step and chunking methods in multi-stage offline RL.
major comments (2)
- [Abstract / Method description] The central claim that direct supervision of the auxiliary value function plus the stitching policy yields an accurate, bias-free supervision signal for the main policy (without post-hoc selection effects) is load-bearing yet unsupported by any derivation or stability argument in the provided text; the weakest assumption identified in the review remains unaddressed.
- [Abstract] No equations, algorithm pseudocode, or proof sketch are supplied to show how the horizon-adaptive composition is implemented or why it avoids the value-estimation bias accumulation that the introduction attributes to conventional TD learning.
minor comments (1)
- [Abstract] The abstract states results on 50 tasks but does not name the precise baselines, metrics, or statistical tests; these details are required for reproducibility claims.
Simulated Author's Rebuttal
We thank the referee for the detailed review and the opportunity to clarify the technical foundations of VAST. We address the two major comments point by point below and commit to revisions that strengthen the formal justification while preserving the manuscript's core contributions.
read point-by-point responses
-
Referee: [Abstract / Method description] The central claim that direct supervision of the auxiliary value function plus the stitching policy yields an accurate, bias-free supervision signal for the main policy (without post-hoc selection effects) is load-bearing yet unsupported by any derivation or stability argument in the provided text; the weakest assumption identified in the review remains unaddressed.
Authors: We agree that an explicit derivation of unbiased compositional returns would strengthen the paper. The method section grounds the auxiliary value function in direct supervision from observed transitions, which replaces bootstrapped TD targets with empirical returns of variable length; the stitching policy is then trained to select the horizon-subgoal pair that maximizes the composed return under the same data distribution. This joint optimization is intended to avoid post-hoc selection bias. Nevertheless, we acknowledge that a formal stability argument addressing potential assumptions (e.g., coverage of the stitching policy) is not currently provided. In the revised manuscript we will add a derivation and brief stability analysis in an appendix. revision: yes
-
Referee: [Abstract] No equations, algorithm pseudocode, or proof sketch are supplied to show how the horizon-adaptive composition is implemented or why it avoids the value-estimation bias accumulation that the introduction attributes to conventional TD learning.
Authors: The abstract is deliberately concise and equation-free. The full manuscript (Section 3) contains the defining equations for the horizon-conditioned auxiliary value function, the stitching objective, and the overall training procedure, together with the algorithm. To make the bias-avoidance argument more immediately accessible, we will insert a compact pseudocode block in the main text and a short proof sketch in the appendix of the revised version. revision: yes
Circularity Check
No significant circularity
full rationale
The abstract describes a method where an auxiliary value function is learned via direct data supervision and combined with a stitching policy for dynamic horizon composition. No equations, derivations, or self-citations are provided that reduce any claimed prediction or result to a fitted input or self-referential definition by construction. The central claim rests on empirical outperformance on OGBench tasks rather than a closed mathematical loop. Without load-bearing self-citations or renamings of known results in the available text, the derivation chain appears self-contained against external benchmarks.
Assumptions & free parameters
assumptions (1)
- domain assumption An auxiliary value function conditioned on future state and horizon length can be learned through direct data supervision to provide accurate variable-length return estimates.
invented entities (1)
-
horizon-adaptive stitching policy
Cite this review
Pith. "Pith review of Horizon Adaptive Offline Policy Learning via Value Stitching." pith.science (2026). https://pith.science/paper/TJ7N5IJR
@misc{pith2026260621136,
author = {Pith},
title = {Pith review of: Horizon Adaptive Offline Policy Learning via Value Stitching},
year = {2026},
howpublished = {\url{https://pith.science/paper/TJ7N5IJR}},
note = {Machine review of arXiv:2606.21136}
}
read the original abstract
Learning accurate value functions plays a decisive role for reinforcement learning (RL) agents to solve long-horizon, complex tasks. Conventional temporal-difference (TD) learning objectives suffer from value-estimation bias that accumulates over the horizon, while extended-horizon modeling methods, such as n-step TD backups and Q-chunking, adopt a rigid, fixed-horizon value-modeling recipe that is often not flexible enough to capture complex value structures in long-horizon, multi-stage tasks. In this paper, we show that enabling value updates with dynamic horizon composition can yield a strong offline policy learning scheme. Our method, Horizon Adaptive Offline Policy Learning via VAlue STitching (VAST), replaces fixed-horizon backups with recursive, horizon-adaptive value composition. Its key ingredient is to couple value optimization with a future state- and horizon-length-conditioned auxiliary value function that is learned through direct data supervision, and a stitching policy that optimally selects the reward-maximizing horizon length and future sub-goal to achieve horizon-adaptive value stitching. This design enables direct estimation and compositional "stitching" of variable-length returns grounded in actionable sub-goal states, providing an accurate and greedily exploitable value-supervision signal for offline policy optimization. Across 50 tasks on OGBench, VAST outperforms fixed-step, extended-horizon methods, and generative-value offline RL baselines, achieving strong performance particularly in high-complexity, long-horizon decision-making tasks.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Learning to predict by the methods of temporal differences.Machine learning, 3(1):9–44, 1988
Richard S Sutton. Learning to predict by the methods of temporal differences.Machine learning, 3(1):9–44, 1988
1988
-
[2]
Q-learning.Machine learning, 8(3):279–292, 1992
Christopher JCH Watkins and Peter Dayan. Q-learning.Machine learning, 8(3):279–292, 1992
1992
-
[3]
Human-level control through deep reinforcement learning.nature, 518(7540):529–533, 2015
V olodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Bellemare, Alex Graves, Martin Riedmiller, Andreas K Fidjeland, Georg Ostrovski, et al. Human-level control through deep reinforcement learning.nature, 518(7540):529–533, 2015
2015
-
[4]
Mastering the game of go with deep neural networks and tree search.nature, 529 (7587):484–489, 2016
David Silver, Aja Huang, Chris J Maddison, Arthur Guez, Laurent Sifre, George Van Den Driessche, Julian Schrittwieser, Ioannis Antonoglou, Veda Panneershelvam, Marc Lanc- tot, et al. Mastering the game of go with deep neural networks and tree search.nature, 529 (7587):484–489, 2016
2016
-
[5]
Mastering the game of go without human knowledge.nature, 550(7676):354–359, 2017
David Silver, Julian Schrittwieser, Karen Simonyan, Ioannis Antonoglou, Aja Huang, Arthur Guez, Thomas Hubert, Lucas Baker, Matthew Lai, Adrian Bolton, et al. Mastering the game of go without human knowledge.nature, 550(7676):354–359, 2017. 10
2017
-
[6]
Reinforcement learning: An introduction
Richard S Sutton, Andrew G Barto, et al. Reinforcement learning: An introduction. 1(1), 1998
1998
-
[7]
A survey of temporal credit assignment in deep reinforcement learning.Transac- tions on Machine Learning Research, 2024
Eduardo Pignatelli, Johan Ferret, Matthieu Geist, Thomas Mesnard, Hado van Hasselt, and Laura Toni. A survey of temporal credit assignment in deep reinforcement learning.Transac- tions on Machine Learning Research, 2024
2024
-
[8]
Optimizing agent behavior over long time scales by transporting value.Nature communications, 10(1):5223, 2019
Chia-Chun Hung, Timothy Lillicrap, Josh Abramson, Yan Wu, Mehdi Mirza, Federico Carnevale, Arun Ahuja, and Greg Wayne. Optimizing agent behavior over long time scales by transporting value.Nature communications, 10(1):5223, 2019
2019
Show all 92 references
-
[9]
Is value learning really the main bottleneck in offline rl? InThe Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024
Seohong Park, Kevin Frans, Sergey Levine, and Aviral Kumar. Is value learning really the main bottleneck in offline rl? InThe Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024
2024
-
[10]
Convergence of stochastic iterative dynamic programming algorithms.Advances in neural information processing systems, 6, 1993
Tommi Jaakkola, Michael Jordan, and Satinder Singh. Convergence of stochastic iterative dynamic programming algorithms.Advances in neural information processing systems, 6, 1993
1993
-
[11]
Analysis of temporal-diffference learning with function approximation.Advances in neural information processing systems, 9, 1996
John Tsitsiklis and Benjamin Van Roy. Analysis of temporal-diffference learning with function approximation.Advances in neural information processing systems, 9, 1996
1996
-
[12]
Multi-step rein- forcement learning: A unifying algorithm
Kristopher De Asis, J Hernandez-Garcia, G Holland, and Richard Sutton. Multi-step rein- forcement learning: A unifying algorithm. InProceedings of the AAAI conference on artificial intelligence, volume 32, 2018
2018
-
[13]
Horizon reduction makes rl scalable
Seohong Park, Kevin Frans, Deepinder Mann, Benjamin Eysenbach, Aviral Kumar, and Sergey Levine. Horizon reduction makes rl scalable. InThe Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025
2025
-
[14]
Td_gamma: Re-evaluating complex backups in temporal difference learning.Advances in Neural Information Processing Systems, 24, 2011
George Konidaris, Scott Niekum, and Philip S Thomas. Td_gamma: Re-evaluating complex backups in temporal difference learning.Advances in Neural Information Processing Systems, 24, 2011
2011
-
[15]
Coarse-to-fine q-network with action sequence for data- efficient reinforcement learning
Younggyo Seo and Pieter Abbeel. Coarse-to-fine q-network with action sequence for data- efficient reinforcement learning. InThe Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025
2025
-
[16]
Chunking the critic: A transformer-based soft actor-critic with n-step returns.arXiv preprint arXiv:2503.03660, 2025
Dong Tian, Onur Celik, and Gerhard Neumann. Chunking the critic: A transformer-based soft actor-critic with n-step returns.arXiv preprint arXiv:2503.03660, 2025
2025 arXiv
-
[17]
Reinforcement learning with action chunking
Qiyang Li, Zhiyuan Zhou, and Sergey Levine. Reinforcement learning with action chunking. InThe Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025
2025
-
[18]
Decoupled q-chunking, 2025
Qiyang Li, Seohong Park, and Sergey Levine. Decoupled q-chunking, 2025
2025
-
[19]
A distributional perspective on reinforce- ment learning
Marc G Bellemare, Will Dabney, and Rémi Munos. A distributional perspective on reinforce- ment learning. InInternational conference on machine learning, pages 449–458. Pmlr, 2017
2017
-
[20]
floq: Training critics via flow-matching for scaling compute in value-based RL
Bhavya Kumar Agrawalla, Michal Nauman, Khush Agrawal, and Aviral Kumar. floq: Training critics via flow-matching for scaling compute in value-based RL. InNeurIPS 2025 Workshop: Second Workshop on Aligning Reinforcement Learning Experimentalists and Theorists, 2025
2025
-
[21]
Value flows
Perry Dong, Chongyi Zheng, Chelsea Finn, Dorsa Sadigh, and Benjamin Eysenbach. Value flows. InInternational Conference on Learning Representations (ICLR), 2026
2026
-
[22]
Temporal abstrac- tion in reinforcement learning with the successor representation.Journal of machine learning research, 24(80):1–69, 2023
Marlos C Machado, Andre Barreto, Doina Precup, and Michael Bowling. Temporal abstrac- tion in reinforcement learning with the successor representation.Journal of machine learning research, 24(80):1–69, 2023
2023
-
[23]
Sutton, Doina Precup, and Satinder Singh
Richard S. Sutton, Doina Precup, and Satinder Singh. Between mdps and semi-mdps: A framework for temporal abstraction in reinforcement learning.Artificial Intelligence, 112(1): 181–211, 1999. ISSN 0004-3702. 11
1999
-
[24]
University of Massachusetts Amherst, 2000
Doina Precup.Temporal abstraction in reinforcement learning. University of Massachusetts Amherst, 2000
2000
-
[25]
Learning options in reinforcement learning
Martin Stolle and Doina Precup. Learning options in reinforcement learning. InInternational Symposium on abstraction, reformulation, and approximation, pages 212–223, 2002
2002
-
[26]
The option-critic architecture
Pierre-Luc Bacon, Jean Harb, and Doina Precup. The option-critic architecture. InProceedings of the AAAI Conference on Artificial Intelligence, 2017
2017
-
[27]
Learning abstract options
Matthew Riemer, Miao Liu, and Gerald Tesauro. Learning abstract options. InThe Thirty- second Annual Conference on Neural Information Processing Systems, 2018
2018
-
[28]
A policy-guided imitation approach for offline reinforcement learning
Haoran Xu, Li Jiang, Jianxiong Li, and Xianyuan Zhan. A policy-guided imitation approach for offline reinforcement learning. InAdvances in Neural Information Processing Systems, 2022
2022
-
[29]
Hiql: Offline goal- conditioned rl with latent states as actions, 2023
Seohong Park, Dibya Ghosh, Benjamin Eysenbach, and Sergey Levine. Hiql: Offline goal- conditioned rl with latent states as actions, 2023
2023
-
[30]
Data-efficient hierarchical reinforcement learning.Advances in neural information processing systems, 31, 2018
Ofir Nachum, Shixiang Shane Gu, Honglak Lee, and Sergey Levine. Data-efficient hierarchical reinforcement learning.Advances in neural information processing systems, 31, 2018
2018
-
[31]
Ogbench: Bench- marking offline goal-conditioned rl
Seohong Park, Kevin Frans, Benjamin Eysenbach, and Sergey Levine. Ogbench: Bench- marking offline goal-conditioned rl. InInternational Conference on Learning Representations (ICLR), 2025
2025
-
[32]
John Wiley & Sons, 2007
Warren B Powell.Approximate Dynamic Programming: Solving the curses of dimensionality, volume 703. John Wiley & Sons, 2007
2007
-
[33]
Bridging the gap be- tween value and policy based reinforcement learning
Ofir Nachum, Mohammad Norouzi, Kelvin Xu, and Dale Schuurmans. Bridging the gap be- tween value and policy based reinforcement learning. InThe Thirty-first Annual Conference on Neural Information Processing Systems, 2017
2017
-
[34]
Conservative q-learning for offline reinforcement learning
Aviral Kumar, Aurick Zhou, George Tucker, and Sergey Levine. Conservative q-learning for offline reinforcement learning. InProceedings of the 34th International Conference on Neural Information Processing Systems, 2020
2020
-
[35]
Offline reinforcement learning with implicit q-learning
Ilya Kostrikov, Ashvin Nair, and Sergey Levine. Offline reinforcement learning with implicit q-learning. InInternational Conference on Learning Representations, 2021
2021
-
[36]
Offline rl with no ood actions: In-sample learning via implicit value regularization
Haoran Xu, Li Jiang, Jianxiong Li, Zhuoran Yang, Zhaoran Wang, Victor Chan, and Xianyuan Zhan. Offline rl with no ood actions: In-sample learning via implicit value regularization. In International Conference on Learning Representations, 2023
2023
-
[37]
Learning from delayed rewards, 1989
Christopher John Cornish Hellaby Watkins et al. Learning from delayed rewards, 1989
1989
-
[38]
Incremental multi-step q-learning
Jing Peng and Ronald J Williams. Incremental multi-step q-learning. InMachine Learning Proceedings 1994, pages 226–232. Elsevier, 1994
1994
-
[39]
Policy evalu- ation using theω-return.Advances in Neural Information Processing Systems, 28, 2015
Philip S Thomas, Scott Niekum, Georgios Theocharous, and George Konidaris. Policy evalu- ation using theω-return.Advances in Neural Information Processing Systems, 28, 2015
2015
-
[40]
Learning fine-grained bimanual manipulation with low-cost hardware.Robotics: Science and Systems, 2023
Tony Zhao, Vikash Kumar, Sergey Levine, and Chelsea Finn. Learning fine-grained bimanual manipulation with low-cost hardware.Robotics: Science and Systems, 2023
2023
-
[41]
John Wiley & Sons, 2014
Martin L Puterman.Markov decision processes: discrete stochastic dynamic programming. John Wiley & Sons, 2014
2014
-
[42]
Feudal networks for hierarchical reinforcement learn- ing
Alexander Sasha Vezhnevets, Simon Osindero, Tom Schaul, Nicolas Heess, Max Jaderberg, David Silver, and Koray Kavukcuoglu. Feudal networks for hierarchical reinforcement learn- ing. InInternational conference on machine learning, pages 3540–3549. PMLR, 2017
2017
-
[43]
Advantage-weighted regres- sion: Simple and scalable off-policy reinforcement learning.arXiv preprint arXiv:1910.00177, 2019
Xue Bin Peng, Aviral Kumar, Grace Zhang, and Sergey Levine. Advantage-weighted regres- sion: Simple and scalable off-policy reinforcement learning.arXiv preprint arXiv:1910.00177, 2019. 12
1910 arXiv
-
[44]
Extreme q-learning: Maxent rl without entropy
Divyansh Garg, Joey Hejna, Matthieu Geist, and Stefano Ermon. Extreme q-learning: Maxent rl without entropy. InInternational Conference on Learning Representations (ICLR), 2023
2023
-
[45]
Safe offline reinforcement learning with feasibility-guided diffusion model
Yinan Zheng, Jianxiong Li, Dongjie Yu, Yujie Yang, Shengbo Eben Li, Xianyuan Zhan, and Jingjing Liu. Safe offline reinforcement learning with feasibility-guided diffusion model. In The Twelfth International Conference on Learning Representations, 2024
2024
-
[46]
Dichoto- mous diffusion policy optimization
Ruiming Liang, Yinan Zheng, Kexin Zheng, Tianyi Tan, Jianxiong Li, Liyuan Mao, Zhihao Wang, Guang Chen, Hangjun Ye, Jingjing Liu, Jinqiao Wang, and Xianyuan Zhan. Dichoto- mous diffusion policy optimization. InInternational Conference on Learning Representations, 2026
2026
-
[47]
Deep unsuper- vised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsuper- vised learning using nonequilibrium thermodynamics. InInternational conference on machine learning, pages 2256–2265. pmlr, 2015
2015
-
[48]
Denoising diffusion probabilistic models.Ad- vances in neural information processing systems, 33:6840–6851, 2020
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Ad- vances in neural information processing systems, 33:6840–6851, 2020
2020
-
[49]
Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matthew Le. Flow matching for generative modeling. InThe Eleventh International Conference on Learning Representations, 2023
2023
-
[50]
Towards robust zero-shot reinforcement learning
Kexin Zheng, Lauriane Teyssier, Yinan Zheng, Yu Luo, and Xianyuan Zhan. Towards robust zero-shot reinforcement learning. InThe Thirty-ninth Annual Conference on Neural Informa- tion Processing Systems, 2025
2025
-
[51]
Efficient online reinforcement learning for diffusion policy
Haitong Ma, Tianyi Chen, Kai Wang, Na Li, and Bo Dai. Efficient online reinforcement learning for diffusion policy. InInternational Conference on Machine Learning, pages 41837– 41853. PMLR, 2025
2025
-
[52]
Flow q-learning
Seohong Park, Qiyang Li, and Sergey Levine. Flow q-learning. InInternational Conference on Machine Learning (ICML), 2025
2025
-
[53]
Diffusion-dice: In-sample diffusion guidance for offline reinforcement learning
Liyuan Mao, Haoran Xu, Weinan Zhang, Xianyuan Zhan, and Amy Zhang. Diffusion-dice: In-sample diffusion guidance for offline reinforcement learning. InAdvances in Neural Infor- mation Processing Systems, 2024
2024
-
[54]
Tucker, and Justin Fu
Sergey Levine, Aviral Kumar, G. Tucker, and Justin Fu. Offline reinforcement learning: Tuto- rial, review, and perspectives on open problems.ArXiv, abs/2005.01643, 2020
2005 arXiv
-
[55]
Off-policy deep reinforcement learning without exploration
Scott Fujimoto, David Meger, and Doina Precup. Off-policy deep reinforcement learning without exploration. InInternational Conference on Machine Learning, 2018
2018
-
[56]
Stabilizing off- policy q-learning via bootstrapping error reduction
Aviral Kumar, Justin Fu, Matthew Soh, George Tucker, and Sergey Levine. Stabilizing off- policy q-learning via bootstrapping error reduction. InAdvances in Neural Information Pro- cessing Systems, 2019
2019
-
[57]
A minimalist approach to offline reinforcement learn- ing.Advances in neural information processing systems, 34:20132–20145, 2021
Scott Fujimoto and Shixiang Shane Gu. A minimalist approach to offline reinforcement learn- ing.Advances in neural information processing systems, 34:20132–20145, 2021
2021
-
[58]
Proto: Iterative policy regularized offline-to-online reinforcement learning, 2023
Jianxiong Li, Xiao Hu, Haoran Xu, Jingjing Liu, Xianyuan Zhan, and Ya-Qin Zhang. Proto: Iterative policy regularized offline-to-online reinforcement learning, 2023
2023
-
[59]
When data geometry meets deep function: Generalizing offline reinforcement learning
Jianxiong Li, Xianyuan Zhan, Haoran Xu, Xiangyu Zhu, Jingjing Liu, and Ya-Qin Zhang. When data geometry meets deep function: Generalizing offline reinforcement learning. In International Conference on Learning Representations, 2023
2023
-
[60]
Look beneath the surface: Exploiting fundamental symmetry for sample-efficient offline rl
Peng Cheng, Xianyuan Zhan, Zhihao Wu, Wenjia Zhang, Shoucheng Song, Han Wang, Youfang Lin, and Li Jiang. Look beneath the surface: Exploiting fundamental symmetry for sample-efficient offline rl. InAdvances in Neural Information Processing Systems, 2023
2023
-
[61]
Offline reinforcement learn- ing with fisher divergence critic regularization
Ilya Kostrikov, Jonathan Tompson, Rob Fergus, and Ofir Nachum. Offline reinforcement learn- ing with fisher divergence critic regularization. InProceedings of the 39th International Con- ference on Machine Learning, Proceedings of Machine Learning Research, 2021. 13
2021
-
[62]
When to trust your simulator: Dynamics-aware hybrid offline-and-online reinforcement learning
Haoyi Niu, Shubham Sharma, Yiwen Qiu, Ming Li, Guyue Zhou, Jianming HU, and Xianyuan Zhan. When to trust your simulator: Dynamics-aware hybrid offline-and-online reinforcement learning. InAdvances in Neural Information Processing Systems, 2022
2022
-
[63]
Rorl: Robust offline reinforcement learning via conservative smoothing
Rui Yang, Chenjia Bai, Xiaoteng Ma, Zhaoran Wang, Chongjie Zhang, and Lei Han. Rorl: Robust offline reinforcement learning via conservative smoothing. InAdvances in neural in- formation processing systems, 2022
2022
-
[64]
Constraints penalized q-learning for safe offline reinforcement learning
Haoran Xu, Xianyuan Zhan, and Xiangyu Zhu. Constraints penalized q-learning for safe offline reinforcement learning. InProceedings of the AAAI Conference on Artificial Intelligence, 2022
2022
-
[65]
Offline multi-agent rein- forcement learning with implicit global-to-local value regularization
Xiangsen Wang, Haoran Xu, Yinan Zheng, and Xianyuan Zhan. Offline multi-agent rein- forcement learning with implicit global-to-local value regularization. InAdvances in Neural Information Processing Systems, 2023
2023
-
[66]
Weiss, Niru Maheswaranathan, and Surya Ganguli
Jascha Sohl-Dickstein, Eric A. Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep un- supervised learning using nonequilibrium thermodynamics. InProceedings of the 32nd Inter- national Conference on International Conference on Machine Learning, 2015
2015
-
[67]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. In Proceedings of the 34th International Conference on Neural Information Processing Systems, 2020
2020
-
[68]
Score-based generative modeling through stochastic evolution equations in hilbert spaces
Sungbin Lim, Eunbi Yoon, Taehyun Byun, Taewon Kang, Seungwoo Kim, Kyungjae Lee, and Sungjoon Choi. Score-based generative modeling through stochastic evolution equations in hilbert spaces. InProceedings of the 37th International Conference on Neural Information Processing Syst...
2023
-
[69]
Yaron Lipman, Marton Havasi, Peter Holderrieth, Neta Shaul, Matt Le, Brian Karrer, Ricky T. Q. Chen, David Lopez-Paz, Heli Ben-Hamu, and Itai Gat. Flow matching guide and code, 2024
2024
-
[70]
Hunt, and Mingyuan Zhou
Zhendong Wang, Jonathan J. Hunt, and Mingyuan Zhou. Diffusion policies as an expressive policy class for offline reinforcement learning. InThe Eleventh International Conference on Learning Representations, 2023
2023
-
[71]
Idql: Implicit q-learning as an actor-critic method with diffusion policies, 2023
Philippe Hansen-Estruch, Ilya Kostrikov, Michael Janner, Jakub Grudzien Kuba, and Sergey Levine. Idql: Implicit q-learning as an actor-critic method with diffusion policies, 2023
2023
-
[72]
Offline reinforcement learn- ing via high-fidelity generative behavior modeling
Huayu Chen, Cheng Lu, Chengyang Ying, Hang Su, and Jun Zhu. Offline reinforcement learn- ing via high-fidelity generative behavior modeling. InThe Eleventh International Conference on Learning Representations, 2023
2023
-
[73]
Contrastive energy prediction for exact energy-guided diffusion sampling in offline reinforcement learning
Cheng Lu, Huayu Chen, Jianfei Chen, Hang Su, Chongxuan Li, and Jun Zhu. Contrastive energy prediction for exact energy-guided diffusion sampling in offline reinforcement learning. InProceedings of the 40th International Conference on Machine Learning. JMLR.org, 2023
2023
-
[74]
Diffusion guidance is a con- trollable policy improvement operator, 2025
Kevin Frans, Seohong Park, Pieter Abbeel, and Sergey Levine. Diffusion guidance is a con- trollable policy improvement operator, 2025
2025
-
[75]
Scaling offline rl via efficient and expressive shortcut models
Nicolas Espinosa-Dice, Yiyi Zhang, Yiding Chen, Bradley Guo, Owen Oertell, Gokul Swamy, Kiante Brantley, and Wen Sun. Scaling offline rl via efficient and expressive shortcut models. Neural Information Processing Symposium (NeurIPS), 2025
2025
-
[76]
Q-learning with adjoint matching.arXiv preprint arXiv:2601.14234, 2026
Qiyang Li and Sergey Levine. Q-learning with adjoint matching.arXiv preprint arXiv:2601.14234, 2026
2026 arXiv
-
[77]
Physical Intelligence, Ali Amin, Raichelle Aniceto, Ashwin Balakrishna, Kevin Black, Ken Conley, Grace Connors, James Darpinian, Karan Dhabalia, Jared DiCarlo, Danny Driess, Michael Equi, Adnan Esmail, Yunhao Fang, Chelsea Finn, Catherine Glossop, Thomas God- den, Ivan Goryach...
2025
-
[78]
Unleashing the potential of diffusion models for end-to-end autonomous driving
Yinan Zheng, Tianyi Tan, Bin Huang, Enguang Liu, Ruiming Liang, Jianlin Zhang, Jianwei Cui, Guang Chen, Kun Ma, Hangjun Ye, Long Chen, Ya-Qin Zhang, Xianyuan Zhan, and Jingjing Liu. Unleashing the potential of diffusion models for end-to-end autonomous driving. arXiv preprint, 2026
2026
-
[79]
Stop regressing: Training value functions via classification for scalable deep RL
Jesse Farebrother, Jordi Orbay, Quan Vuong, Adrien Ali Taiga, Yevgen Chebotar, Ted Xiao, Alex Irpan, Sergey Levine, Pablo Samuel Castro, Aleksandra Faust, Aviral Kumar, and Rishabh Agarwal. Stop regressing: Training value functions via classification for scalable deep RL. InPr...
2024
-
[80]
Dsac: Distributional soft actor-critic for risk-sensitive reinforcement learning.Journal of Artificial Intelligence Research, 83, 2025
Xiaoteng Ma, Junyao Chen, Li Xia, Jun Yang, Qianchuan Zhao, and Zhengyuan Zhou. Dsac: Distributional soft actor-critic for risk-sensitive reinforcement learning.Journal of Artificial Intelligence Research, 83, 2025
2025
-
[81]
Q-transformer: Scalable offline reinforce- ment learning via autoregressive q-functions
Yevgen Chebotar, Quan Vuong, Karol Hausman, Fei Xia, Yao Lu, Alex Irpan, Aviral Kumar, Tianhe Yu, Alexander Herzog, Karl Pertsch, et al. Q-transformer: Scalable offline reinforce- ment learning via autoregressive q-functions. InConference on Robot Learning, pages 3909–
-
[82]
Offline actor-critic reinforcement learn- ing scales to large models
Jost Tobias Springenberg, Abbas Abdolmaleki, Jingwei Zhang, Oliver Groth, Michael Bloesch, Thomas Lampe, Philemon Brakel, Sarah Maria Elisabeth Bechtle, Steven Kapturowski, Roland Hafner, Nicolas Heess, and Martin Riedmiller. Offline actor-critic reinforcement learn- ing scale...
2024
-
[83]
Mixtures of experts unlock parameter scaling for deep RL
Johan Samir Obando Ceron, Ghada Sokar, Timon Willi, Clare Lyle, Jesse Farebrother, Jakob Nicolaus Foerster, Gintare Karolina Dziugaite, Doina Precup, and Pablo Samuel Castro. Mixtures of experts unlock parameter scaling for deep RL. InProceedings of the 41st Inter- national Co...
2024
-
[84]
Feudal reinforcement learning.Advances in neural information processing systems, 5, 1992
Peter Dayan and Geoffrey E Hinton. Feudal reinforcement learning.Advances in neural information processing systems, 5, 1992
1992
-
[85]
Hierarchical reinforcement learning with the maxq value function de- composition.Journal of artificial intelligence research, 13:227–303, 2000
Thomas G Dietterich. Hierarchical reinforcement learning with the maxq value function de- composition.Journal of artificial intelligence research, 13:227–303, 2000
2000
-
[86]
Strategic attentive writer for learning macro-actions.Advances in neural information processing systems, 29, 2016
Alexander Vezhnevets, V olodymyr Mnih, Simon Osindero, Alex Graves, Oriol Vinyals, John Agapiou, et al. Strategic attentive writer for learning macro-actions.Advances in neural information processing systems, 29, 2016
2016
-
[87]
Hierarchical reinforce- ment learning: A comprehensive survey.ACM Computing Surveys (CSUR), 54(5):1–35, 2021
Shubham Pateria, Budhitama Subagdja, Ah-hwee Tan, and Chai Quek. Hierarchical reinforce- ment learning: A comprehensive survey.ACM Computing Surveys (CSUR), 54(5):1–35, 2021
2021
-
[88]
Hierarchical deep reinforcement learning: Integrating temporal abstraction and intrinsic motivation.Ad- vances in neural information processing systems, 29, 2016
Tejas D Kulkarni, Karthik Narasimhan, Ardavan Saeedi, and Josh Tenenbaum. Hierarchical deep reinforcement learning: Integrating temporal abstraction and intrinsic motivation.Ad- vances in neural information processing systems, 29, 2016
2016
-
[89]
MuJoCo Menagerie: A collection of high-quality simulation models for MuJoCo, 2022
Kevin Zakka, Yuval Tassa, and MuJoCo Menagerie Contributors. MuJoCo Menagerie: A collection of high-quality simulation models for MuJoCo, 2022. URLhttp://github. com/google-deepmind/mujoco_menagerie
2022
-
[90]
Meta-world: A benchmark and evaluation for multi-task and meta reinforce- ment learning
Tianhe Yu, Deirdre Quillen, Zhanpeng He, Ryan Julian, Karol Hausman, Chelsea Finn, and Sergey Levine. Meta-world: A benchmark and evaluation for multi-task and meta reinforce- ment learning. InConference on robot learning, pages 1094–1100. PMLR, 2020. 15
2020
-
[91]
Mujoco: A physics engine for model-based control
Emanuel Todorov, Tom Erez, and Yuval Tassa. Mujoco: A physics engine for model-based control. In2012 IEEE/RSJ international conference on intelligent robots and systems, pages 5026–5033. IEEE, 2012
2012
-
[92]
i−1X t=0 γtrt + k−1X t=i γtrt s0 =s,(s k, k) # (21) =E i∼Unif{1,...,k−1},s i∼π Eπ
James Bradbury, Roy Frostig, Peter Hawkins, Matthew James Johnson, Yash Katariya, Chris Leary, Dougal Maclaurin, George Necula, Adam Paszke, Jake VanderPlas, Skye Wanderman- Milne, and Qiao Zhang. JAX: composable transformations of Python+NumPy programs, 2018. URLhttp://github...
2018
Reviewed June 26, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.