Skip to content

Commit 5111ba1

Browse files
fixing incorrect link for Jupyter notebook (#83)
1 parent 53925fd commit 5111ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ vjepa2_encoder, vjepa2_ac_predictor = torch.hub.load('facebookresearch/vjepa2',
279279
```
280280

281281

282-
See [energy_landscape_example.ipynb](notebooks/vjepa_droid/energy_landscape.ipynb) for an example notebook computing the energy landscape of the pretrained action-conditioned backbone using a robot trajectory collected from our lab.
282+
See [energy_landscape_example.ipynb](notebooks/energy_landscape_example.ipynb) for an example notebook computing the energy landscape of the pretrained action-conditioned backbone using a robot trajectory collected from our lab.
283283
To run this notebook, you'll need to additionally install [Jupyter](https://jupyter.org/install) and [Scipy](https://scipy.org/install/) in your conda environment.
284284

285285

0 commit comments

Comments
 (0)