TD-JEPA: Latent-predictive Representations for Zero-Shot Reinforcement Learning
RLZero-Shot RL40+ICLR 2026 OralCCF-AMeta FAIR苏黎世联邦理工学院马克斯·普朗克智能系统研究所
TD-JEPA:面向零样本强化学习的潜在预测表示
Abstract
Latent prediction--where agents learn by predicting their own latents--has emerged as a powerful paradigm for training general representations in machine learning. In reinforcement learning (RL), this approach has been explored to define auxiliary losses for a variety of settings, including reward-based and unsupervised RL, behavior cloning, and world modeling. While existing methods are typically limited to single-task learning, one-step prediction, or on-policy trajectory data, we show that temporal difference (TD) learning enables learning representations predictive of long-term latent dynamics across multiple policies from offline, reward-free transitions. Building on this, we introduce TD-JEPA, which leverages TD-based latent-predictive representations into unsupervised RL. TD-JEPA trains explicit state and task encoders, a policy-conditioned multi-step predictor, and a set of parameterized policies directly in latent space. This enables zero-shot optimization of any reward function at test time. Theoretically, we show that an idealized variant of TD-JEPA avoids collapse with proper initialization, and learns encoders that capture a low-rank factorization of long-term policy dynamics, while the predictor recovers their successor features in latent space. Empirically, TD-JEPA matches or outperforms state-of-the-art baselines on locomotion, navigation, and manipulation tasks across 13 datasets in ExoRL and OGBench, especially in the challenging setting of zero-shot RL from pixels.
潜在预测是一种让智能体通过预测自身潜变量进行学习的方法,已经成为机器学习中训练通用表示的一种强大范式。 在强化学习(RL)中,这种方法已被用于为多种设置定义辅助损失,包括基于奖励的强化学习和无监督强化学习、行为克隆以及世界建模。 现有方法通常局限于单任务学习、单步预测或在策略轨迹数据,而我们表明,时序差分(TD)学习能够从离线、无奖励的转移数据中学习可预测多个策略长期潜在动态的表示。 在此基础上,我们提出 TD-JEPA,将基于 TD 的潜在预测表示用于无监督强化学习。 TD-JEPA 直接在潜在空间中训练显式状态编码器和任务编码器、策略条件多步预测器以及一组参数化策略。 这使其能够在测试时对任意奖励函数进行零样本优化。 在理论上,我们表明,TD-JEPA 的一种理想化变体在适当初始化下能够避免坍缩,并学习捕获长期策略动态低秩分解的编码器,而预测器则在潜在空间中恢复其后继特征。 在经验上,TD-JEPA 在 ExoRL 和 OGBench 的 13 个数据集上,针对运动、导航和操作任务达到或超过最先进基线,尤其是在具有挑战性的基于像素的零样本强化学习设置中。
1. Introduction
Learning effective state representations is a core challenge in reinforcement learning (RL). Useful representations should capture the dynamics of the environment in a way that supports efficient value estimation and policy optimization across tasks. A promising line of work is latent-predictive (a.k.a. self-predictive) representation learning, an instance of the joint-embedding predictive architecture (JEPA) paradigm. These algorithms jointly learn a state encoder
学习有效的状态表示是强化学习(RL)中的核心挑战。 有用的表示应当捕获环境动态,从而支持跨任务的高效价值估计与策略优化。 一种很有前景的研究方向是潜在预测(亦称自预测)表示学习,它是联合嵌入预测架构(JEPA)范式的一种实例。 这些算法联合学习一个 状态编码器
Several RL methods leverage latent prediction as an auxiliary loss to improve sample efficiency and generalization in reward-based learning, behavior cloning, and curiosity-driven exploration. As latent-predictive losses do not require any reward, they have been recently used for unsupervised RL: Assran et al., Zhou et al. and Sobal et al. learn latent world models that can solve goal-reaching tasks via test-time planning, whereas Jajoo et al. learn a state encoder from trajectory data to define the space of tasks used to optimize zero-shot unsupervised policies.
若干强化学习方法将潜在预测用作辅助损失,以提高基于奖励的学习、行为克隆和好奇心驱动探索中的样本效率与泛化能力。 由于潜在预测损失不需要任何奖励,它们最近被用于无监督强化学习:Assran 等人、Zhou 等人和 Sobal 等人学习潜在世界模型,并通过测试时规划解决目标到达任务;Jajoo 等人则从轨迹数据中学习状态编码器,用它定义优化零样本无监督策略的任务空间。

This paper proposes a novel way to instantiate latent-predictive representations for unsupervised RL. While previous methods have largely focused on either one-step dynamics, single-task/single-policy training, or relied on on-policy data, we introduce a policy-conditioned, multi-step formulation based on a novel off-policy temporal-difference loss. This objective encourages representations that are predictive not only of immediate transitions, but also of long-term features relevant for value estimation across multiple policies. This property makes such representations and the associated predictors particularly well-suited for integration with off-policy, successor-feature based approaches to zero-shot unsupervised RL.
本文提出一种为无监督强化学习实例化潜在预测表示的新方法。 以往方法大多聚焦于单步动态、单任务或单策略训练,或者依赖在策略数据;我们则提出一种基于新型离策略时序差分损失的策略条件多步形式。 该目标鼓励表示不仅预测即时转移,还预测与多个策略的价值估计相关的长期特征。 这一性质使此类表示及其预测器尤其适合与基于后继特征的离策略零样本无监督强化学习方法结合。
We thus instantiate temporal difference latent-predictive representation learning into TD-JEPA, a zero-shot unsupervised RL algorithm which pre-trains four components: a state encoder, a policy-conditioned multi-step predictor, a task encoder, and a set of parameterized policies, all of which are learned end-to-end from offline, reward-free transitions. Departing from previous approaches, latent prediction is not merely an auxiliary loss, but rather the core objective that enables TD-JEPA to learn all the components needed to distill zero-shot policies. In fact, the predictor may be leveraged as an approximation of successor features (see Figure 1) to extract policies mapping encoded observations to optimal actions for all reward functions in the span of the learned features. This enables TD-JEPA to perform zero-shot policy optimization for any downstream reward, entirely in latent space.
因此,我们将时序差分潜在预测表示学习实例化为 TD-JEPA。TD-JEPA 是一种零样本无监督强化学习算法,它预训练四个组件:状态编码器、策略条件多步预测器、任务编码器和一组参数化策略;所有组件都从离线、无奖励的转移数据中进行端到端学习。 与以往方法不同,潜在预测不只是辅助损失,而是使 TD-JEPA 能够学习提取零样本策略所需全部组件的核心目标。 事实上,可以将预测器用作后继特征的近似(见 图1),从而提取把编码观测映射到最优动作的策略,并覆盖所学特征张成空间中的所有奖励函数。 这使 TD-JEPA 能够针对任意下游奖励执行零样本策略优化,而且 完全在潜在空间中完成。
Theoretically, for an idealized version of TD-JEPA with linear predictors, we show that 1) the representations do not collapse with a suitable initialization; 2) they recover a low-rank factorization of the successor measures of the trained policies, while the predictor approximates successor features in latent space; 3) they minimize an upper bound on the policy evaluation error for any reward, thus making zero-shot optimization possible. These results build on a novel "gradient matching" argument that extends and generalizes existing theoretical analyses of latent-predictive representations, and connect TD-JEPA with other unsupervised RL methods such as forward-backward and intention-conditioned value functions.
在理论上,对于采用线性预测器的 TD-JEPA 理想化版本,我们表明:1) 在适当初始化下,表示不会坍缩;2) 表示能够恢复所训练策略后继测度的低秩分解,而预测器在潜在空间中近似后继特征;3) 表示最小化任意奖励下策略评估误差的上界,从而使零样本优化成为可能。 这些结果基于一种新颖的“梯度匹配”论证,它扩展并推广了现有潜在预测表示理论分析,同时将 TD-JEPA 与前向-后向方法和意图条件价值函数等其他无监督强化学习方法联系起来。
Empirically, we evaluate TD-JEPA on 65 tasks across 13 datasets from ExoRL and OGBench, covering locomotion, navigation, and manipulation with both proprioceptive and pixel-based observations. TD-JEPA matches or outperforms state-of-the-art zero-shot baselines across these settings, in particular when learning from pixels, which has proven to be one of the most challenging settings for unsupervised RL so far. Moreover, we ablate several dimensions of the algorithm, demonstrating the importance of learning representations that are predictive of multi-step policy-dependent dynamics, and the advantage of training distinct state and task encoders. Finally, we show that learned representations can be easily reused for offline or online RL, improving over zero-shot policies and learning from scratch.
在经验上,我们在 ExoRL 和 OGBench 的 13 个数据集、65 个任务上评估 TD-JEPA,涵盖采用本体感知观测和像素观测的运动、导航与操作任务。 TD-JEPA 在这些设置中达到或超过最先进的零样本基线,尤其是在从像素学习时;这已被证明是迄今无监督强化学习中最具挑战性的设置之一。 此外,我们对算法的多个维度进行消融,证明学习能够预测多步策略依赖动态的表示非常重要,并展示分别训练状态编码器和任务编码器的优势。 最后,我们表明,学到的表示可以轻松复用于离线或在线强化学习,相比零样本策略和从头学习均有所改进。
2. Preliminaries
We consider a reward-free Markov Decision Process
我们考虑一个无奖励马尔可夫决策过程
Given a reward function
给定奖励函数
This shows a convenient linear decomposition of
这给出了
Latent-predictive representations. In high-dimensional settings, state encoders
潜在预测表示。 在高维设置中,可以学习 状态编码器
Here,
其中,
Successor-features and zero-shot unsupervised RL. Considering a state encoder
后继特征与零样本无监督强化学习。 考虑状态编码器
Here,
其中,
Given the role played by
鉴于
3. Latent-Predictive Temporal-Difference Representations
We begin by showing how the latent-predictive loss of Equation (3) can model multi-step and policy-dependent dynamics, and how temporal difference (TD) learning allows learning from offline transition data. We will then expand this idea to learn separate state and task embeddings, and finally show how it can be instantiated as a zero-shot unsupervised RL method.
我们首先展示公式(3)的潜在预测损失如何建模多步、策略依赖的动态,以及时序差分(TD)学习如何允许从离线转移数据中学习。 随后,我们扩展这一思想以学习分离的状态嵌入和任务嵌入,最后展示如何将其实现为零样本无监督强化学习方法。
3.1 Multi-step policy-conditioned latent prediction
Let
令
Here, MC-JEPA stands for Monte-Carlo (MC) JEPA loss, as on-policy samples
这里,MC-JEPA 表示蒙特卡洛(MC)JEPA 损失,因为所有关注策略都需要在策略样本
Proposition 1. For any
命题1。 对任意
Given the connection between Q-functions and successor features (Equation (4)), this result crucially relates multi-step latent prediction with value estimation across multiple policies. More precisely, it implies that the predictor enables policy evaluation and optimization of rewards in the span of
由于 Q 函数与后继特征之间存在联系(公式(4)),该结果将多步潜在预测与多个策略的价值估计关键地联系起来。 更准确地说,它意味着预测器能够在
Unfortunately, this loss cannot be estimated on off-policy data since it requires sampling from the successor measures of the given policies. We can however leverage the previous result and the fact that successor features admit a Bellman equation
遗憾的是,该损失无法在离策略数据上估计,因为它需要从给定策略的后继测度中采样。 不过,我们可以利用前述结果以及后继特征满足贝尔曼方程
Unlike the Monte Carlo loss of Equation (5),
不同于公式(5)的蒙特卡洛损失,
3.2 Training separate state and task representations
While in Equations (5) and (7) the same encoder
尽管公式(5)和(7)对状态表示与任务表示使用相同编码器
We thus now introduce an asymmetric variant that trains a distinct encoder
因此,我们引入一种非对称变体,训练一个独立编码器
This makes
这使
As before, we can then design an off-policy TD variant of this loss,
与之前一样,我们可以进一步设计该损失的离策略 TD 变体:
Thus,
因此,
3.3 TD-JEPA representations for zero-shot RL
The relationship between the learned predictors and successor features suggests a seamless instantiation of TD-JEPA as a zero-shot unsupervised RL algorithm. Redefining the policy parameter space
所学预测器与后继特征之间的关系表明,可以自然地将 TD-JEPA 实例化为零样本无监督强化学习算法。 我们将策略参数空间
This decision additionally grounds
这一选择还进一步确立了
Algorithm Algorithm 1 describes TD-JEPA, which combines
算法1 描述了 TD-JEPA,它将
Algorithm 1: TD-JEPA for zero-shot RL
Inputs: Dataset
- Initialize target networks:
, , , . - while not converged do
- // Sample training batch
-
, , . - // Compute latent-predictive losses
-
. -
. - // Compute orthonormality regularization losses
-
. -
. - // Compute actor loss
-
. -
. - Update
, to minimize . - Update
, to minimize . - Update
to minimize . - Update target networks
, , , via EMA of , , , . - end while
4. Theoretical Analysis
We now provide some theoretical arguments showing how latent-predictive temporal difference representations capture the long-term dynamics of a given set of policies in a way that makes them amenable to zero-shot RL. Following Tang et al., we consider a simplified tabular setting with linear predictors. We view the representation
下面我们给出一些理论论证,说明潜在预测时序差分表示如何捕获给定策略集合的长期动态,并使其适用于零样本强化学习。 沿用 Tang 等人的研究,我们考虑带有线性预测器的简化表格设置。 我们将表示
4.1 Monte-Carlo losses
We define a (non-latent-predictive) successor measure approximation loss
我们定义一个非潜在预测的后继测度近似损失:
Minimizing
最小化
Theorem 1. For fixed
定理1。 固定
- For all
, and , where (resp. ) is an orthogonal projection on the span of (resp. ). and .
- 对所有
, 且 ,其中 (相应地, )是到 (相应地, )张成空间的正交投影。 且 。
This result reveals that 1) the optimal predictors for the successor measure loss
该结果揭示:1) 后继测度损失
4.2 Temporal-difference losses
We first derive a non-collapse guarantee. While a similar result was originally proved by Tang et al. for the one-step loss (Equation (3)), our case is more complex since TD latent-prediction can be seen as "doubly latent-predictive" (cf. Equation (9)):
我们首先推导一个非坍缩保证。 Tang 等人最初针对单步损失(公式(3))证明了类似结果,但我们的情况更复杂,因为 TD 潜在预测可以视为“双重潜在预测”(参见公式(9)):
Theorem 2. Let
定理2。 令
This result suggests that, if predictors are trained at a faster rate than representations, the overall dynamics preserve their covariance, thus preventing
该结果表明,如果预测器的训练速度快于表示,则整体动态会保持其协方差;在适当初始化(例如单位协方差)时,这可以防止
As done for MC objectives (Theorem 1), we now show that the latent-predictive loss of TD-JEPA is related to forward and backward TD losses for approximating the successor measure.
与蒙特卡洛目标的处理方式(定理1)类似,下面我们表明 TD-JEPA 的潜在预测损失与近似后继测度的前向和后向 TD 损失相关。
Theorem 3. Consider the following TD losses for approximating the successor measure:
定理3。 考虑下列用于近似后继测度的 TD 损失:
For fixed
固定
- For all
, and , where (resp. ) is an oblique projection on the span of (resp. ). and .
- 对所有
, 且 ,其中 (相应地, )是到 (相应地, )张成空间的斜投影。 且 。
Similar to Theorem 1, the optimal predictors and gradients of TD-JEPA match those of the non-latent-predictive TD losses of Equations (13) and (14), which are known to recover an approximation of the successor measure for bilinear parameterizations of the form
与定理1类似,TD-JEPA 的最优预测器和梯度与公式(13)和(14)的非潜在预测 TD 损失一致;已知后者能够为
4.3 Policy evaluation and zero-shot RL
Finally, the following result motivates the significance of optimizing the successor measure losses of Equations (12), (13), and (14).
最后,下列结果说明了优化公式(12)、(13)和(14)中的后继测度损失的重要性。
Theorem 4. Let
定理4。 设
Moreover,
此外,对某个
Paraphrasing, the policy evaluation error of the technique in Section 3.3 (i.e., embed
换言之,第3.3节所述技术的策略评估误差,即通过在
5. Experiments
We benchmark zero-shot performance across a diverse set of problems, including 4 locomotion/navigation domains from ExoRL/DMC, as well as 9 navigation/manipulation domains from OGBench. The former suite involves reward-based tasks and high-coverage data, while the latter evaluates goal-reaching and provides low-coverage datasets. We additionally apply BC regularization in OGBench, as detailed in the appendix. We consider both proprioceptive and pixel-based variants of all domains, and report expected returns/success rates across a set of tasks (4-8 depending on the domain) as main evaluation metric. In DMC, we often normalize returns by the maximum achievable (
我们在多种问题上评测零样本性能,包括 ExoRL/DMC 的 4 个运动或导航域,以及 OGBench 的 9 个导航或操作域。 前一个套件包含基于奖励的任务和高覆盖率数据,后一个套件评估目标到达,并提供低覆盖率数据集。 我们还在 OGBench 中应用 BC 正则化,具体细节见附录。 我们考虑所有域的本体感知和像素版本,并把一组任务上的期望回报或成功率作为主要评估指标;每个域包含 4 至 8 个任务。 在 DMC 中,我们通常用可达到的最大值(
We structure our evaluation in four parts: (i) a comprehensive evaluation of TD-JEPA with respect to existing zero-shot methods; (ii) an ablation over the prediction target, measuring the impact of multi-step, policy-aware dynamics modeling; (iii) a comparison of TD-JEPA to its symmetric variant that learns a shared state-task encoder
我们的评估分为四部分:(i) 将 TD-JEPA 与现有零样本方法进行全面比较;(ii) 对预测目标进行消融,衡量多步、策略感知动态建模的影响;(iii) 将 TD-JEPA 与学习共享状态—任务编码器
5.1 How does TD-JEPA compare to zero-shot RL algorithms?
| Domain | Laplacian | ICVF* | HILP | FB | RLDP | BYOL* | BYOL-γ* | TD-JEPA |
|---|---|---|---|---|---|---|---|---|
| DMCRGB (avg) | 293.1 ± 15.1 | 438.7 ± 14.9 | 391.2 ± 23.8 | 456.2 ± 8.6 | 525.7 ± 13.3 | 513.8 ± 11.6 | 582.4 ± 9.8 | 628.8 ± 5.5 |
walker | 309.4 ± 50.0 | 534.9 ± 61.3 | 422.8 ± 32.5 | 324.4 ± 16.6 | 576.1 ± 35.3 | 595.2 ± 9.0 | 648.3 ± 36.5 | 738.9 ± 3.5 |
cheetah | 242.4 ± 29.6 | 394.9 ± 30.1 | 333.0 ± 86.6 | 622.4 ± 23.1 | 605.3 ± 23.5 | 468.0 ± 46.7 | 679.8 ± 17.1 | 706.0 ± 4.1 |
quadruped | 430.1 ± 32.3 | 583.3 ± 17.2 | 513.9 ± 10.8 | 475.4 ± 16.7 | 551.1 ± 23.4 | 581.8 ± 16.6 | 570.0 ± 6.6 | 626.7 ± 13.6 |
pointmass | 190.4 ± 12.4 | 241.6 ± 35.6 | 294.9 ± 33.4 | 402.8 ± 16.8 | 370.3 ± 12.0 | 410.3 ± 8.5 | 431.6 ± 17.4 | 443.7 ± 10.9 |
| DMC (avg) | 591.1 ± 10.7 | 619.3 ± 10.3 | 620.1 ± 8.4 | 648.2 ± 4.1 | 610.2 ± 13.5 | 618.6 ± 10.5 | 645.4 ± 10.5 | 661.2 ± 6.3 |
walker | 769.7 ± 4.7 | 727.0 ± 16.2 | 796.4 ± 7.7 | 811.5 ± 5.9 | 723.9 ± 18.3 | 746.8 ± 11.0 | 786.1 ± 9.6 | 785.2 ± 6.7 |
cheetah | 614.5 ± 18.9 | 606.3 ± 16.8 | 618.3 ± 5.8 | 672.7 ± 4.9 | 575.6 ± 44.9 | 622.8 ± 23.9 | 647.2 ± 9.0 | 688.7 ± 6.7 |
quadruped | 635.0 ± 38.7 | 708.5 ± 14.2 | 694.8 ± 11.0 | 595.6 ± 9.1 | 665.0 ± 13.9 | 611.8 ± 28.1 | 683.1 ± 26.1 | 691.4 ± 5.0 |
pointmass | 345.1 ± 22.4 | 435.5 ± 11.1 | 371.0 ± 37.1 | 513.0 ± 20.0 | 476.3 ± 39.4 | 493.0 ± 41.3 | 465.1 ± 17.6 | 479.3 ± 23.6 |
| OGBenchRGB (avg) | 30.58 ± 0.81 | 25.22 ± 0.55 | 32.56 ± 0.92 | 39.89 ± 0.47 | 39.09 ± 0.59 | 40.33 ± 0.52 | 41.58 ± 0.64 | 41.34 ± 0.45 |
antmaze-mn | 92.20 ± 2.91 | 85.80 ± 3.02 | 84.60 ± 3.59 | 96.80 ± 0.74 | 97.60 ± 0.50 | 94.40 ± 1.48 | 98.00 ± 0.73 | 96.67 ± 1.11 |
antmaze-ln | 35.40 ± 2.97 | 42.60 ± 2.84 | 47.00 ± 4.04 | 76.80 ± 2.33 | 63.60 ± 3.89 | 62.20 ± 3.42 | 68.80 ± 2.70 | 74.60 ± 3.35 |
antmaze-ms | 60.20 ± 3.88 | 46.20 ± 2.74 | 71.80 ± 2.22 | 86.20 ± 2.05 | 90.60 ± 1.91 | 90.40 ± 1.97 | 86.00 ± 3.10 | 84.40 ± 3.85 |
antmaze-ls | 7.20 ± 1.98 | 7.20 ± 1.20 | 23.60 ± 1.83 | 27.40 ± 2.78 | 21.80 ± 1.01 | 26.60 ± 2.23 | 28.60 ± 1.71 | 28.80 ± 2.50 |
antmaze-me | 0.00 ± 0.00 | 0.00 ± 0.00 | 0.20 ± 0.20 | 1.80 ± 1.09 | 0.80 ± 0.44 | 1.20 ± 1.00 | 3.20 ± 1.98 | 0.20 ± 0.20 |
cube-single | 73.80 ± 3.53 | 34.80 ± 7.03 | 56.40 ± 3.82 | 62.00 ± 2.27 | 63.20 ± 3.91 | 75.40 ± 2.58 | 76.40 ± 3.24 | 67.80 ± 3.67 |
cube-double | 1.60 ± 0.72 | 0.80 ± 0.44 | 1.60 ± 0.58 | 1.20 ± 0.61 | 2.20 ± 1.31 | 2.40 ± 0.65 | 1.40 ± 0.67 | 3.00 ± 0.91 |
scene | 2.80 ± 1.12 | 8.40 ± 1.45 | 5.40 ± 1.63 | 4.20 ± 0.87 | 9.40 ± 1.33 | 8.80 ± 1.64 | 11.20 ± 1.82 | 14.20 ± 2.22 |
puzzle-3x3 | 2.00 ± 1.40 | 1.20 ± 0.44 | 2.44 ± 0.99 | 2.60 ± 0.79 | 2.60 ± 0.79 | 1.60 ± 0.40 | 0.60 ± 0.31 | 2.40 ± 0.83 |
| OGBench (avg) | 14.81 ± 1.32 | 30.87 ± 0.58 | 37.98 ± 1.11 | 39.04 ± 0.66 | 27.07 ± 0.83 | 26.42 ± 0.83 | 30.42 ± 0.94 | 37.98 ± 0.77 |
antmaze-mn | 50.00 ± 4.94 | 79.80 ± 2.62 | 83.60 ± 2.63 | 73.00 ± 2.72 | 74.60 ± 4.15 | 58.40 ± 2.00 | 51.40 ± 1.55 | 70.40 ± 3.72 |
antmaze-ln | 21.60 ± 3.90 | 58.40 ± 1.90 | 52.60 ± 3.86 | 36.80 ± 4.28 | 36.40 ± 4.66 | 26.60 ± 3.03 | 21.80 ± 3.57 | 57.20 ± 4.25 |
antmaze-ms | 21.40 ± 4.32 | 39.00 ± 3.30 | 50.60 ± 2.46 | 70.40 ± 3.95 | 58.40 ± 3.29 | 60.60 ± 5.07 | 45.60 ± 2.84 | 61.56 ± 4.53 |
antmaze-ls | 11.80 ± 1.47 | 13.20 ± 1.64 | 12.20 ± 1.75 | 49.80 ± 5.64 | 19.60 ± 2.73 | 25.80 ± 4.28 | 20.20 ± 1.80 | 40.60 ± 2.51 |
antmaze-me | 0.80 ± 0.61 | 0.00 ± 0.00 | 2.00 ± 0.84 | 51.60 ± 2.65 | 4.80 ± 2.35 | 11.40 ± 2.29 | 19.60 ± 2.53 | 20.20 ± 2.39 |
cube-single | 15.11 ± 1.49 | 20.40 ± 1.93 | 74.20 ± 3.53 | 49.60 ± 3.83 | 19.80 ± 2.41 | 22.00 ± 3.16 | 79.40 ± 2.83 | 34.20 ± 2.88 |
cube-double | 2.00 ± 0.42 | 5.00 ± 0.80 | 20.00 ± 2.72 | 2.60 ± 0.43 | 3.80 ± 0.76 | 4.40 ± 0.72 | 2.60 ± 0.67 | 3.60 ± 0.78 |
scene | 7.80 ± 1.28 | 45.40 ± 2.29 | 43.80 ± 1.90 | 12.80 ± 1.61 | 11.60 ± 1.57 | 15.40 ± 1.37 | 14.40 ± 2.32 | 38.44 ± 1.37 |
puzzle-3x3 | 2.80 ± 0.68 | 16.60 ± 0.73 | 2.80 ± 0.68 | 4.80 ± 0.68 | 14.60 ± 0.90 | 13.20 ± 1.91 | 18.80 ± 0.44 | 15.60 ± 1.11 |
We first compare TD-JEPA to three groups of successor-feature-based zero-shot RL baselines. Notice that only Laplacian, HILP, FB and RLDP are standard zero-shot unsupervised RL algorithms, while BYOL, BYOL-
我们首先将 TD-JEPA 与三组基于后继特征的零样本强化学习基线进行比较。 需要注意,只有 Laplacian、HILP、FB 和 RLDP 是标准的零样本无监督强化学习算法;BYOL、BYOL-
- Laplacian, HILP, and FB are established zero-shot methods that train a task encoder
, without specific learning objectives for a state encoder. - BYOL
, BYOL- and RLDP learn a state encoder via latent-predictive learning, which we then use as a task encoder for successor features (learned through a contrastive loss in the case of RLDP). - ICVF
learns a multilinear decomposition of the successor measure via expectile regression, yielding both state and task encoders on top of which we train successor features.
- Laplacian、HILP 和 FB 是已有的零样本方法,它们训练任务编码器
,但不为状态编码器设置专门的学习目标。 - BYOL
、BYOL- 和 RLDP 通过潜在预测学习状态编码器 ,随后将其作为后继特征的任务编码器;对于 RLDP,后继特征通过对比损失学习。 - ICVF
通过期望回归学习后继测度的多线性分解,同时得到状态编码器和任务编码器,我们再在其上训练后继特征。
For a fair comparison, each method is tuned over comparable hyperparameter grids and adopts the same architecture: in particular, the state input is always passed through an explicit state encoder before being fed into, e.g., the successor features estimator
为公平比较,每种方法都在规模相当的超参数网格上调优,并采用相同架构;具体而言,状态输入始终先经过显式状态编码器,再送入后继特征估计器
When considering suite-aggregated performance, we find that TD-JEPA is on par or better than the best performing baseline in each suite. Given the diverse nature of suites (proprioception vs pixels), domains (locomotion, navigation, manipulation) and datasets (high- vs low-coverage), many algorithms unsurprisingly achieve strong performance in some configurations while under-performing in others. We thus additionally measure how consistently well each algorithm performs by computing the probability of improvement across all domains in Figure 2. We find that TD-JEPA is consistently among the top performing algorithms, whereas most baselines perform well on a narrow subset of problems. For instance, while TD-JEPA is only slightly preferable to FB and HILP from proprioception, it is significantly better than them in visual domains. Similarly, BYOL-
从各套件的聚合性能来看,TD-JEPA 在每个套件中都达到或超过了表现最好的基线。 鉴于套件(本体感知与像素)、领域(运动、导航与操作)以及数据集(高覆盖与低覆盖)都具有多样性,许多算法在部分配置上表现强劲而在其他配置上表现较弱并不意外。 因此,我们进一步计算所有领域上的提升概率,以衡量每种算法持续取得良好表现的程度,如图2所示。 我们发现 TD-JEPA 始终位列表现最好的算法,而多数基线只在一小部分问题上表现良好。 例如,在本体感知输入下,TD-JEPA 仅略优于 FB 和 HILP,但在视觉领域中显著优于二者。 类似地,BYOL-

5.2 Which dynamics should latent-predictive zero-shot algorithms model?
The baselines based on BYOL and BYOL-
基于 BYOL 和 BYOL-


5.3 Should state and task representations differ?
TD-JEPA trains separate state and task encoders: while this may grant a better approximation of successor measures, sharing state and task representations while optimizing a single objective (see Section 3.2) may in practice be more efficient. We measure the difference in per-task normalized performance between TD-JEPA and a symmetric variant in Figure 3 (right): we observe that this variant performs comparatively rather well, while relying on a single predictor-encoder pair. However, using distinct state and task embeddings tends to improve empirical performance more often than not.
TD-JEPA 分别训练状态编码器和任务编码器;这样做可能更好地近似后继测度,但共享状态表示和任务表示并优化单一目标(见第3.2节)在实践中可能更高效。 我们在图3右侧衡量 TD-JEPA 与对称变体在逐任务归一化性能上的差异:该变体只依赖一对预测器与编码器,但相对而言表现相当不错。 不过,使用不同的状态嵌入和任务嵌入通常更有可能提高经验性能。
5.4 Are state representations beneficial for fast adaptation?
While the previous evaluations have focused on aggregated zero-shot performance, we now investigate an additional benefit of explicit state representations: fast adaptation at test-time. Given a pixel-based task, we initialize the agent with the zero-shot policy
前面的评估聚焦于聚合零样本性能,现在我们研究显式状态表示的另一项优势:测试时快速适应。 给定一个基于像素的任务,我们用预训练阶段学得的零样本策略
Figure 4 reports results for each DMC domain for the task in which the gap between online and zero-shot algorithms is largest; we consider TD-JEPA and FB as strong, representative algorithms among self-predictive and contrastive methods. We first observe that fine-tuning pre-trained agents leads to large gains in sample efficiency w.r.t. training from scratch, and reaches the asymptotic performance of TD3. More interestingly, frozen representations are often sufficient for downstream learning, and do not need further fine-tuning. We refer to the appendix for further results and details.
图4给出了每个 DMC 领域中在线算法与零样本算法差距最大的任务结果;我们选取 TD-JEPA 和 FB,分别作为自预测方法和对比方法中的强代表算法。 我们首先观察到,与从头训练相比,微调预训练智能体大幅提高了样本效率,并能达到 TD3 的渐近性能。 更值得注意的是,冻结表示通常已足以支持下游学习,无需进一步微调。 更多结果和细节见附录。


6. Conclusion
Through the introduction of a novel temporal-difference latent-predictive loss, we presented a zero-shot unsupervised RL method that operates entirely in latent space and can be shown to recover a factorization of the successor measures of multiple policies. Empirically, we found that TD-JEPA matches the best zero-shot methods when learning from proprioception, and exceeds them when learning from pixels, while also retrieving state representations that allow fast downstream adaptation. As formal guarantees rely on an assumption of symmetry, one exciting direction for future work may study learning objectives that are compatible with asymmetric successor measures, yet remain amenable to practical optimization. On a practical note, we believe that benchmarking latent-predictive zero-shot objectives on large-scale, real robotic dataset can shed further light on opportunities and limitations of this promising framework.
通过引入一种新型时序差分潜在预测损失,我们提出了一种完全在潜在空间中运行的零样本无监督强化学习方法,并且可以证明它能够恢复多个策略的后继测度分解。 在经验上,我们发现,TD-JEPA 使用本体感知输入学习时可以匹配最佳零样本方法,使用像素输入学习时则超过这些方法,同时还能获得支持下游快速适应的状态表示。 由于形式化保证依赖对称性假设,未来一个令人期待的方向是研究既与非对称后继测度兼容、又便于实际优化的学习目标。 从实践角度看,我们认为,在大规模真实机器人数据集上评测潜在预测零样本目标,可以进一步揭示这一有前景框架的机会与局限。