Pith. sign in

REVIEW 4 major objections 4 minor 13 references

PhyLatent: Learning Dynamics-Relevant Representations for JEPA World Models

T0 review · 4 major / 4 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read The paper argues that preventing global latent collapse in JEPA world models does not ensure a reliable state space, and that explicit dynamics-relevant constraints are needed.

desk verdict A solid, honest JEPA-world-model paper whose headline collapse-rate drops are partly baked into the training objective, but whose downstream MPC gains and negative result about global non-collapse hold up. read the letter →

arxiv 2608.05720 v1 pith:ZSMMFB4G submitted 2026-08-06 cs.CV

classification cs.CV
keywords JEPAworldmodelslatentcollapsedynamics-relevantrepresentationphysicalstategroundingcounterfactualdynamicsmodelpredictivecontrollearningvisual
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

JEPA world models learn to predict latent futures without reconstructing pixels, but the paper claims that keeping the latent distribution from collapsing globally is not enough to make it a reliable state space for planning. It identifies three concrete failures in the base LeWorldModel: appearance-only changes displace latents more than real state transitions, physically distinct configurations fold into the same latent neighborhood, and different actions produce predicted future branches that are too close together. PhyLatent adds three training pathways that constrain physical invariance, physical identifiability, and counterfactual dynamics, and on Cube it reports cutting all three failure rates substantially while raising model predictive control (MPC) success from 70.0% to 78.1%. The authors conclude that dynamics-relevant latent structure, not merely global non-collapse, is the deciding factor for a useful JEPA world model.

What carries the argument

The load-bearing mechanism is a set of five training-time losses attached to the shared JEPA encoder–predictor graph, organized into three pathways. Physical State Grounding (PSG) regresses both the encoded and the predicted latent sequences onto standardized simulator-derived state vectors through a shared state head. The Static Visual Invariance Constraint (SVIC) forces an appearance-augmented sequence to have the same latent representation as the original. Future Representation Alignment (FRA) aligns the predicted future with the observed future through a shared projector and an action-query attention module. The Counterfactual Action Separation Constraint (CASC) imposes a margin between predicted future branches proportional to the difference in the actions, and Latent Denoising (LD) trains a denoiser on the noisy observed future to regularize local geometry. All auxiliary modules are discarded after training, so the inference-time model is identical to the baseline except for the trained weights.

What would settle it

Train PhyLatent on Cube with the PSG physical-target sequence shuffled in time (each latent regressed to the state of a random other timestep) while keeping every other loss unchanged; if Cube success and the three failure rates stay close to the reported values, the gains do not come from state grounding, and if they revert to baseline, PSG is the load-bearing component.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that a JEPA latent space can be globally well spread—LeWorldModel's SIGReg keeps the overall distribution non-degenerate—and still be locally wrong where it matters for control: the same physical state maps apart under appearance noise, distinct physical states map close together, and alternative action futures are compressed. The paper diagnoses all three failures with quantitative criteria and then shows that PhyLatent reduces each failure rate on Cube, from 15.60% to 7.53%, from 6.71% to 0.95%, and from 8.41% to 4.62%, while improving planning success from 70.0% to 78.1% with the same architecture and MPC planner. Because the auxiliary heads are removed at inference, the gains come from the learned geometry of the shared encoder and predictor rather than from extra capacity at test time. The paper's conclusion is that enforcing dynamics-relevant relationships during training is necessary, and that global non-collapse alone is insufficient for a trustworthy JEPA world-model state space.

Load-bearing premise

The method's gains rest on the belief that the hand-picked simulator-state vectors used by Physical State Grounding are a complete and correctly scaled description of every variable that actually influences future behavior.

Editorial extensions

If this is right

  • If the central claim holds, JEPA world models that rely on global regularization alone are expected to make systematic planning errors wherever these three local collapses occur.
  • The three diagnostics (invariance failure, identifiability collision, counterfactual under-separation) offer a concrete, measurable way to audit a world-model latent space beyond collapse prevention.
  • Because the same architecture and planner improve from 70.0% to 78.1% on Cube and from 81.0% to 98.0% on TwoRooms, the benefit transfers across manipulation and navigation tasks.
  • The PushT result—lower failure rates but flat planning success—shows the method's gains are not automatically a planning gain in contact-rich tasks, which the paper attributes to local contact transitions and the planning objective.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural next step the authors do not pursue is replacing simulator-state targets with pseudo-supervision from inverse dynamics or temporal contrastive learning, which would extend PhyLatent beyond tasks where ground-truth physical state vectors are available.
  • The binary collapse thresholds (such as $r_{cf} < 0.5$) could be converted into a continuous scalar 'dynamics-relevance score' by averaging the underlying ratios, giving a smoother evaluation signal and possibly revealing partial collapses.
  • The same three diagnostics could be re-run on other action-conditioned JEPA predictors, such as video-based ones, to test whether these failure modes are caused by the architecture or by the lack of explicit dynamics constraints.
  • The PushT gap suggests pairing PhyLatent with a contact-aware planning cost or a finer action sampling scheme may translate its latent improvements into control gains in contact-rich tasks.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper studies LeWorldModel, a JEPA world model regularized by SIGReg, and argues that a globally non-collapsed latent distribution is not sufficient for a usable world-model state space. It identifies three collapse modes—physical invariance collapse, physical identifiability collapse, and counterfactual dynamics collapse—and proposes PhyLatent, a set of five auxiliary training objectives attached to the shared JEPA graph. On OGBench-Cube, PhyLatent reduces the three failure rates from 15.60%, 6.71%, and 8.41% to 7.53%, 0.95%, and 4.62%, and improves MPC success from 70.0% to 78.1%, with further improvement on TwoRooms and roughly neutral results on Reacher and PushT. The central negative claim—that global non-collapse alone does not guarantee dynamics-relevant structure—is supported by the baseline failure rates; the paper's positive attribution of the improvements to the proposed constraints is weakened by the coupling between the diagnostics and the training objectives.

Significance. If the causal interpretation holds, the paper makes a useful contribution to the JEPA-world-model literature by converting an abstract concern about latent geometry into three concrete, computable collapse diagnostics and by showing that training-time structure can improve MPC in the same architecture and planner. The paper has several genuine strengths: the baseline and method share the same architecture, planner, and evaluation protocol; the experiments use public standardized datasets; Appendix C.2 provides threshold-sensitivity evidence for the identifiability diagnostic; and the authors report a neutral PushT result and an explicit limitations section rather than overselling all four tasks. The main gap is that the headline diagnostic improvements largely measure quantities that the auxiliary losses directly optimize, so the evidence for a general 'dynamics-relevant geometry' benefit is weaker than the abstract suggests.

major comments (4)
  1. [§3.1 (Eq. 4), Eq. (12), Appendix B.3] The physical invariance diagnostic and the SVIC objective are coupled. Eq. (4) defines dnuis = ||zt − z_aug|| for appearance perturbations, and Eq. (12) minimizes dN(Z_aug, sg(Z)), the normalized version of the same displacement under the same brightness/channel augmentation procedure. The text in §3.1 says the diagnostic uses brightness, color, texture, and image noise, but Appendix B.3 states that SVIC training uses only brightness and per-channel color offsets. Please clarify which perturbations the reported 15.60%→7.53% reduction uses; if texture and noise are included, report those failure rates separately, and if only brightness/color are used, the improvement is partly a check that the encoder can ignore the exact augmentation family minimized in training. A held-out invariance test on augmentations not used by SVIC would make the claim general.
  2. [§3.2 (Eq. 5), Eq. (13), Table 7] The physical identifiability criterion Cid uses dphys = ||s̄i − s̄j|| on the standardized simulator-state vector, which is exactly the vector that PSG in Eq. (13) trains Hs to regress. The diagnostic therefore cannot detect omission or mis-weighting of a variable outside the hand-selected target list; on TwoRooms, the PSG target contains only agent position while target and door states are explicitly excluded, so a representation that ignores goal-relevant variables can pass Cid. At minimum, Cid should be re-evaluated on a held-out subset of physical variables not supervised by PSG, and PhyLatent should be compared with a direct state-regression-only baseline. The ablation in Table 5 complicates the picture: removing PSG+FRA leaves Id. Fail. at 1.03%, nearly unchanged from the full model, so the Cid reduction is not exclusively due to PSG; given the quantile-based thresholds in Eq. (5), the authors should analyze what drives the improvement in all three ablation rows.
  3. [§3.3 (Eq. 7), §4.3 (Eqs. 21–24)] The counterfactual dynamics criterion Ccf directly uses the predicted branch distance dpred, and CASC trains a margin on the same normalized predicted-branch distance δz, with a mask that selects action differences above the batch median. The reduction from 8.41% to 4.62% is therefore partly a check that the optimization objective moved the measured quantity, not an independent test of counterfactual dynamics. The paper would be substantially stronger if Ccf were also reported on action pairs excluded by the CASC mask (e.g., below-median action differences) and as a function of action difference, so the diagnostic is not aligned with the training selection rule.
  4. [Tables 1, 10 and Fig. 4] The three collapse rates are the headline quantitative results, but they are reported only as point estimates averaged over three random seeds, with no standard deviations or per-seed values. Since the same runs report error bars for MPC success in Table 4, the absence of variability information for the diagnostics makes it difficult to assess whether the reductions are statistically meaningful. Please provide per-seed diagnostics or standard deviations.
minor comments (4)
  1. [§5.4, Table 5] The text discusses the planning drop from removing PSG+FRA but does not discuss why Inv. Fail. (7.17) and Id. Fail. (1.03) are essentially unchanged or better in that row; given the central role of these diagnostics, a sentence explaining the ablation behavior would be helpful.
  2. [§5.1 and Appendix C.1] The exact Cube diagnostic numbers are duplicated in Fig. 4 and Table 10; it would be clearer to state in §5.1 that the reported diagnostics use the same augmentation ranges as training, or to specify the diagnostic augmentation distribution if it differs.
  3. [Appendix C.2] The threshold sensitivity analysis is useful, but the thresholds in Eq. (5) are quantiles of the model-dependent pair-distance distributions; reporting results with fixed absolute thresholds in addition to quantile thresholds would strengthen the claim that the improvement is not an artifact of the threshold choice.
  4. [General] There are several minor formatting/reference issues, including repeated spacing in author names such as 'Y ann LeCun' and the phrase 'V ertical axis' in Fig. 2; these should be cleaned up, but they do not affect the technical content.

Circularity Check

3 steps flagged · score 6.0 of 10

The three headline collapse-rate reductions are partly by construction: each diagnostic quantity is directly minimized by the corresponding PhyLatent loss (PSG vs Cid, SVIC vs Cinv, CASC vs Ccf), so only the MPC gains and the baseline failures provide independent evidence.

  1. fitted input called prediction [Sec. 3.2 Eq. (5) vs Sec. 4.2 Eq. (13); Table 1 and Table 10]
    "dphys = ∥¯si − ¯sj∥2, dlat = ∥zi − zj∥2 ... Cid : dphys > τphys ∧ dlat < τlat. ... Lstate = MSE(Hs(Z), ¯S) + MSE(Hs( ˆZ), ¯SK+1:T)."

    The physical-identifiability diagnostic defines collapse using the standardized simulator-state vector s̄, and the PSG objective trains the shared state head on exactly the same s̄ for both encoded and predicted latents. Reducing Cid from 6.71% to 0.95% is therefore largely a check that the encoder has been directly supervised with the diagnostic target, not independent evidence that the latent space generally preserves physical state. Any physical variable omitted from the Table 7 target list is invisible to this diagnostic.

  2. fitted input called prediction [Sec. 3.1 Eq. (4) vs Sec. 4.1 Eq. (12); Fig. 4(a)]
    "dnuis = ∥zt − zaug_t∥2, dstate = ∥zt − zt+∆∥2 ... Cinv : dnuis > dstate. ... Linv = dN(Zaug, sg(Z))."

    SVIC directly minimizes the normalized mean-squared distance between the original and appearance-perturbed latents, which is exactly the nuisance displacement dnuis used in the invariance collapse criterion. Since the criterion flags samples with dnuis > dstate, shrinking dnuis by gradient descent necessarily lowers the measured 15.60%→7.53% failure rate by construction. The diagnostic is thus a direct measurement of the training objective rather than an independent probe of physical invariance.

1 more flagged steps
  1. fitted input called prediction [Sec. 3.3 Eq. (7) vs Sec. 4.3 Eqs. (21)–(24); Fig. 4(c)]
    "rcf = dpred/(dtrue + ϵ), Ccf : rcf < 0.5. ... δz b,τ = ∥ˆzcf b,τ − sg(ˆzb,τ)∥2 / √dz ... Lsep = 1/|Ω| Σ (mb,τ − δz b,τ)+."

    The counterfactual collapse criterion measures whether predicted branch separation dpred is less than half the observed separation. CASC explicitly maximizes the normalized predicted branch separation δz for counterfactual action pairs, so the loss directly pushes rcf above 0.5. The reported reduction from 8.41% to 4.62% is expected from optimizing this same quantity, and therefore does not independently confirm that the learned geometry generalizes beyond the training separation constraint.

full rationale

The paper's negative claim — that SIGReg's global non-collapse does not guarantee dynamics-relevant structure — is supported by the baseline diagnostics and by the 70.0% baseline MPC success, and this part is independent of the training objectives. The positive attribution of PhyLatent's gains is weakened because all three headline failure-rate metrics are the very quantities minimized by the corresponding auxiliary losses: PSG regresses the same simulator-state vector used in Cid, SVIC minimizes the nuisance displacement used in Cinv, and CASC maximizes the predicted branch separation used in Ccf. These reductions are by construction to a substantial degree. The MPC success improvements on Cube and TwoRooms are downstream, not directly optimized, and thus provide genuine independent evidence; the consistency across Reacher and PushT adds some support. There is no load-bearing self-citation: the cited LeWorldModel, LeJEPA, and stable-worldmodel works are third-party baselines rather than the authors' own prior claims. The absence of an explicitly held-out diagnostic protocol further limits the evidential weight of the collapse-rate numbers, but this is a correctness or robustness concern rather than circularity. Overall, the central quantitative evidence for the mechanism is partially circular, while the central negative claim and the downstream planning evidence remain independent.

Assumptions & free parameters 7 free parameters · 3 assumptions · 0 invented entities

The method is a composite of auxiliary losses rather than a derivation and introduces no new physical entities. It depends on hand-selected state targets and numerous per-task hyperparameters. The evaluation metrics overlap substantially with the training objectives, which raises the circularity burden.

free parameters (7)
  • Auxiliary loss weights lambda_state, lambda_align, lambda_inv, lambda_sep, lambda_denoise = Per-task; Cube 0.25/0.10/0.05/0.02/0.01
    Table 3 assigns task-specific weights with no stated selection procedure; the method's behavior depends on them.
  • Diagnostic thresholds and criteria = Q75/Q10, dnuis>dstate, rcf<0.5
    Sec. 3 hand-picks thresholds; sensitivity is checked only for identifiability in Appendix C.2.
  • SVIC augmentation ranges (brightness b, channel c) = b: 0.012-0.040, c: 0.008-0.030
    Table 9 specifies per-task ranges; only brightness and color perturbations are modeled as appearance noise.
  • CASC hyperparameters (sigma_a, gamma, m_max) = sigma_a 0.015-0.100, gamma 0.018-0.080, m_max 0.25-1.00
    Table 9 determines how much counterfactual separation is enforced and depends on hand choice.
  • LD noise scale range (sigma_min, sigma_max) = (0.03,0.35) to (0.05,0.10)
    Table 9 gives per-task ranges; the noise schedule is manually specified.
  • MPC planner settings = Horizon 5, 100 candidates, top 10 elites
    Fixed planner configuration shared with the baseline; success numbers depend on it.
  • SIGReg weight = 0.09
    Used in Eq. 27; inherited from the baseline but still a chosen constant.
assumptions (3)
  • domain assumption Euclidean distance between standardized simulator-state vectors is a valid measure of physical-state difference.
    Used to define physical identifiability collapse (Eq. 5) and to supervise PSG (Eq. 13). If the state vector is incomplete, high dphys can correspond to different dynamics-relevant states.
  • domain assumption Brightness and per-channel color offsets are representative of physical-appearance nuisances.
    SVIC is trained and evaluated with this perturbation family (Eq. 3, Eq. 11); texture, background, and viewpoint changes are not tested.
  • domain assumption LeWorldModel with SIGReg is a representative JEPA world model, so conclusions generalize across JEPA variants.
    All diagnostics and planning gains are measured against this single baseline (Sec. 3, Table 4), with no comparison to SD-JEPA, Sub-JEPA, or Sensorimotor World Models.

how reviews work

0 comments
Cite this review

Pith. "Pith review of PhyLatent: Learning Dynamics-Relevant Representations for JEPA World Models." pith.science (2026). https://pith.science/paper/ZSMMFB4G

@misc{pith2026260805720,
  author       = {Pith},
  title        = {Pith review of: PhyLatent: Learning Dynamics-Relevant Representations for JEPA World Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ZSMMFB4G}},
  note         = {Machine review of arXiv:2608.05720}
}
read the original abstract

We propose PhyLatent, a dynamics-relevant training objective for JointEmbedding Predictive Architecture (JEPA) world models. Our key observation is that preventing global latent collapse does not ensure that a representation preserves physical states and action consequences. We identify three failure modes in JEPA world models: physical invariance collapse, physical identifiability collapse, and counterfactual dynamics collapse. PhyLatent addresses them through three training pathways: physical invariance, physical identifiability, and counterfactual dynamics, implemented with physical state grounding, future representation alignment, static visual invariance, counterfactual branch separation, and latent denoising. On OGBench-Cube, PhyLatent reduces the three failure rates from 15.60%, 6.71%, and 8.41% to 7.53%, 0.95%, and 4.62%, respectively, and improves model predictive control (MPC) success from 70.0% to 78.1%. With the same architecture and planner, it further improves success from 81.0% to 98.0% on TwoRooms and remains competitive on Reacher and PushT. These results show that global non-collapse alone is insufficient for learning a reliable JEPA worldmodel state space.

Figures

Figures reproduced from arXiv: 2608.05720 by the authors.

Figure 1
Figure 1. Motivation for PhyLatent. A globally non-collapsed JEPA latent can still violate the local structure required by a world model. (a) Physical invariance collapse: an appearance-only transformation changes the image but not the simulator state, yet produces a large latent displace￾ment. (b) Physical identifiability collapse: two physically distinct robot–object configurations are mapped to nearby latent representation… view at source ↗
Figure 2
Figure 2. Three-dimensional diagnostics of dynamics-relevant collapse in LeWorldModel on Cube. Blue, green, and yellow points are ordinary samples; red points satisfy the corresponding collapse criterion. Translucent planes mark the decision boundaries. (a) Physical invariance col￾lapse. The horizontal axes are dnuis = ∥zt − z aug t ∥2 and dstate = ∥zt − zt+∆∥2; the vertical axis is rinv = log10((dnuis + ϵ)/(dstate + ϵ)). Red… view at source ↗
Figure 3
Figure 3. Overview of the PhyLatent framework. The upper panel shows the shared action￾conditioned JEPA backbone for one transition. The current observation ot is encoded into zt and combined with action at by the predictor Fθ to produce zˆt+1. The next observation ot+1 is pro￾cessed by the same visual encoder to provide the stop-gradient target sg(zt+1). In the figure, E denotes the complete visual encoding pipeline, includi… view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Reduction of dynamics-relevant collapse on Cube. Each panel compares JEPA + SI￾GReg and PhyLatent on the same diagnostic set. (a) Physical invariance collapse. (b) Physical identifiability collapse. (c) Counterfactual dynamics collapse. Lower values indicate fewer coll…
Figure 5
Figure 5. Figure 5: compares representative MPC rollouts on Cube. In the JEPA + SIGReg rollout, the gripper initially approaches and contacts the cube, but the interaction is not maintained as execution proceeds. The cube is consequently left behind rather than transported along the plann…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

13 extracted references · 4 canonical work pages

  1. [4]

    2023.XIX.026

    doi: 10.15607/RSS. 2023.XIX.026. Carles Gelada, Saurabh Kumar, Jacob Buckman, Ofir Nachum, and Marc G. Bellemare. DeepMDP: Learning continuous latent space models for representation learning. In International Conference on Machine Learning,

  2. [5]

    Sensorimotor world models: Perception for action via inverse dynamics

    Petr Ivashkov, Randall Balestriero, and Bernhard Schölkopf. Sensorimotor world models: Perception for action via inverse dynamics. arXiv preprint arXiv:2606.20104,

  3. [7]

    LeWorld- Model: Stable end-to-end joint-embedding predictive architecture from pixels

    Lucas Maes, Quentin Le Lidec, Damien Scieur, Y ann LeCun, and Randall Balestriero. LeWorld- Model: Stable end-to-end joint-embedding predictive architecture from pixels. arXiv preprint arXiv:2603.19312, 2026a. Lucas Maes, Quentin Le Lidec, Luiz Facury, Nassim Massaudi, Ayush Chaurasia, Francesco Ca- puano, Richard Gao, Taj Gillin, Dan Haramati, Damien Sci...

  4. [8]

    ds denotes the task-specific physical-target dimension

    14 Published as a conference paper at ICLR 2025 Table 8: Architectures of the training-time auxiliary modules. ds denotes the task-specific physical-target dimension. Module Architecture Output dim. Parameters Hs LN(192) → Linear(192,

  5. [192]

    The action-query module forms a single query from the temporal mean of the context action embeddings and uses the latent sequence as keys and values

    192 1,183,298 The state-head parameter counts are 113,564 for Cube, 102,278 for Reacher, 102,791 for PushT, and 100,226 for T woRooms. The action-query module forms a single query from the temporal mean of the context action embeddings and uses the latent sequence as keys and values. B.3 Visual Augmentation and Auxiliary Hyperparameters SVIC is applied wh...

  6. [2015]

    12 Published as a conference paper at ICLR 2025 Y ann LeCun

    doi: 10.1007/s10514-015-9459-7. 12 Published as a conference paper at ICLR 2025 Y ann LeCun. A path towards autonomous machine intelligence. OpenReview,

  7. [2018]

    Subspace-Decomposed JEPAs: Disentangling Progression and Content in Latent World Models

    Lucas Thil, Jesse Read, Rim Kaddah, and Guillaume Doquet. Subspace-decomposed JEPAs: Disen- tangling progression and content in latent world models. arXiv preprint arXiv:2605.31111,

  8. [2020]

    Aaron van den Oord, Y azhe Li, and Oriol Vinyals

    doi: 10.1016/j.simpa.2020.100022. Aaron van den Oord, Y azhe Li, and Oriol Vinyals. Representation learning with contrastive predictive coding. arXiv preprint arXiv:1807.03748,

Show all 13 references
  1. [2021]

    Sub-JEPA: Subspace gaussian regularization for stable end-to-end world models

    Kai Zhao, Dongliang Nie, Yuchen Lin, Zhehan Luo, Yixiao Gu, Deng-Ping Fan, and Dan Zeng. Sub-JEPA: Subspace gaussian regularization for stable end-to-end world models. arXiv preprint arXiv:2605.09241,

  2. [2022]

    Revisiting feature prediction for learning visual representations from video

    Adrien Bardes, Quentin Garrido, Jean Ponce, Xinlei Chen, Michael Rabbat, Y ann LeCun, Mido Assran, and Nicolas Ballas. Revisiting feature prediction for learning visual representations from video. arXiv preprint arXiv:2404.08471,

  3. [2023]

    V-JEPA 2: Self-supervised video models enable understanding, prediction and planning

    11 Published as a conference paper at ICLR 2025 Mido Assran, Adrien Bardes, David Fan, et al. V-JEPA 2: Self-supervised video models enable understanding, prediction and planning. arXiv preprint arXiv:2506.09985,

  4. [2025]

    LeJEPA: Provable and scalable self-supervised learning with- out the heuristics

    Randall Balestriero and Y ann LeCun. LeJEPA: Provable and scalable self-supervised learning with- out the heuristics. arXiv preprint arXiv:2511.08544,

  5. [2026]

    Table 6: Notation used in PhyLatent

    13 Published as a conference paper at ICLR 2025 A Notation Table 6 summarizes the notation used in the analysis and method sections. Table 6: Notation used in PhyLatent. Symbol Meaning O = [o1, . . . , oT ] Input observation sequence. A = [a1, . . . , aT ] Raw action sequence....

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.