Skip to content

Commit

Permalink
fix colab link
Browse files Browse the repository at this point in the history
  • Loading branch information
HomerW committed Aug 22, 2024
1 parent 37f6e41 commit 40b249f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scaling Cross-Embodied Learning: One Policy for Manipulation, Navigation, Locomotion and Aviation
<!-- [![arXiv](https://img.shields.io/badge/arXiv-XXXX-df2a2a.svg)]() -->
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/rail-berkeley/crossformer/inference_pretrained.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/rail-berkeley/crossformer/blob/main/inference_pretrained.ipynb)
[![HF Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/rail-berkeley/crossformer)
[![Python](https://img.shields.io/badge/python-3.10-blue)](https://www.python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand All @@ -15,7 +15,7 @@ This repo contains code for training and finetuning CrossFormer. CrossFormer is

## Get Started

Follow the installation instructions, then load the pre-trained CrossFormer model! See [our colab notebook](https://githubtocolab.com/rail-berkeley/crossformer/inference_pretrained.ipynb) for an inference example.
Follow the installation instructions, then load the pre-trained CrossFormer model! See [our colab notebook](https://githubtocolab.com/rail-berkeley/crossformer/blob/main/inference_pretrained.ipynb) for an inference example.

```python
from crossformer.model.crossformer_model import CrossFormerModel
Expand Down

0 comments on commit 40b249f

Please sign in to comment.