Skip to content

Commit

Permalink
Added documentation for Google Colab Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuparab-tr committed Oct 10, 2024
1 parent 78dc899 commit 474c1b9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/operation/lerobot_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,22 @@ To upload intermediate checkpoints:
Google Colab for Training
===============================

If you would like to speed up the training process or do not have access to a powerful local machine, you can use the **Google Colab Notebook** that we have prepared for training LeRobot models on a cloud platform. Colab provides free access to GPUs, which can significantly reduce training time.
If you would like to speed up the training process or do not have access to a powerful local machine, you can use the **Google Colab Notebook** that we have prepared for training LeRobot models on a cloud platform.
Colab provides free access to GPUs, which can significantly reduce training time.

To access and use the Colab notebook, follow these steps:

1. **Download the Colab Notebook**: To download the Colab notebook, click the link below:
1. **Download or Open the Colab Notebook**: You can either download the Colab notebook to your local machine or open it directly in Google Colab for instant use.

:download:`Download Notebook <../images/LeRobot_Notebook.ipynb>`
**Options**:

- :download:`Download the Notebook <../images/LeRobot_Notebook.ipynb>`

- .. raw:: html

<a target="_blank" href="https://colab.research.google.com/github/TrossenRobotics/aloha_docs/blob/main/docs/images/LeRobot_Notebook.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

2. **GPU Setup**: Colab allows you to leverage powerful GPUs (e.g., T4, A100) to accelerate the training process.
Ensure you have enabled GPU by navigating to **Runtime** > **Change runtime type** > **GPU**.
Expand Down
3 changes: 3 additions & 0 deletions docs/operation/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://github.com/TrossenRobotics/aloha_docs/blob/main/docs/images/LeRobot_Notebook.ipynb

https://github.com/shantanuparab-tr/aloha_docs/blob/main/docs/images/LeRobot_Notebook.ipynb

0 comments on commit 474c1b9

Please sign in to comment.