arXiv:2605.18979cs.LG2026-05

用表格化基础模型实现快速在线学习的强化学习新方法

TabQL: In-Context Q-Learning with Tabular Foundation Models

论文配图:TabQL: In-Context Q-Learning with Tabular Foundation Models
图 1 · 摘自论文原文
  • 用序列到序列模型表征状态-动作-价值元组,支持上下文学习
  • 在少量交互下完成零样本或少样本价值预测,效率高于传统DQN
  • 适合需要快速适应新任务的强化学习场景,如实时决策系统

我们提出表格式Q学习(TabQL),一种将深度Q网络替换为具备上下文学习能力的表格化基础模型的强化学习框架。该方法通过在状态-动作-价值元组的表格表示上运行序列到序列基础模型,实现从有限在线交互中快速适应,利用近期经验进行条件化更新。与经典DQN不同,TabQL通过(i)基于上下文更新的零/少样本价值推断,和(ii)使用标准DQN进行预热以生成高质量上下文。为提升上下文质量,新状态转移由TabQL输出的动作及DQN预测的价值执行生成。我们形式化了TabQL,在温和假设下分析其收敛性和样本复杂度,证明其在上下文学习下介于普通Q-learning与传统DQN之间。分析表明,相比DQN,TabQL通过上下文学习摊销贝尔曼更新,显著提升效率。多组基准测试验证了其有效性和高效性。

原文摘要 · Abstract (English)

We propose Tabular Q-Learning (TabQL), a reinforcement learning framework that replaces the conventional parametric Q-network in Deep Q-Learning (DQN) with a tabular foundation model endowed with in-context learning capabilities. The key idea is to represent Q-values through a sequence-to-sequence foundation model operating over a tabularized representation of state-action-Q-value tuples, enabling rapid adaptation from limited online interaction by conditioning on recent experience. TabQL departs from classical DQN by leveraging (i) zero- or few-shot Q-value inference via in-context updates, and (ii) a warm-up phase using standard DQN to bootstrap high-quality context. Particularly, to enhance the context quality, new transitions are generated by executing actions output by TabQL with predicted Q values from DQN. We formalize TabQL, analyze its convergence and sample complexity under mild assumptions, and show that TabQL interpolates between vanilla Q-learning and DQN with in-context learning. Our analysis demonstrates that TabQL achieves improved efficiency compared to DQN by amortizing Bellman updates through in-context learning. Extensive numerical experiments with several benchmarks showcase the effectiveness and efficacy of the proposed TabQL.

强化学习上下文学习表格模型高效训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。