From 945e1ff2669bb7b31cb7fe6033fe9679767c2442 Mon Sep 17 00:00:00 2001 From: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:08:12 +0200 Subject: [PATCH] fix colab typo (#1629) Signed-off-by: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> --- docs/source/il_robots.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/il_robots.mdx b/docs/source/il_robots.mdx index de80b1fc..8c075e5b 100644 --- a/docs/source/il_robots.mdx +++ b/docs/source/il_robots.mdx @@ -462,9 +462,9 @@ If you do not want to push your model to the hub after training use `--policy.pu Additionally you can provide extra `tags` or specify a `license` for your model or make the model repo `private` by adding this: `--policy.private=true --policy.tags=\[ppo,rl\] --policy.license=mit` -#### Train using Collab +#### Train using Google Colab -If your local computer doesn't have a powerful GPU you could utilize Google Collab to train your model by following the [ACT training notebook](./notebooks#training-act). +If your local computer doesn't have a powerful GPU you could utilize Google Colab to train your model by following the [ACT training notebook](./notebooks#training-act). #### Upload policy checkpoints