From ff3cb453db676609a7d85a83885e98e504f9d417 Mon Sep 17 00:00:00 2001 From: Ivan-267 <61947090+Ivan-267@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:52:33 +0200 Subject: [PATCH] Update getting-started.mdx Adds the zip file link --- units/en/unitbonus5/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/en/unitbonus5/getting-started.mdx b/units/en/unitbonus5/getting-started.mdx index c1a8f06..7b158da 100644 --- a/units/en/unitbonus5/getting-started.mdx +++ b/units/en/unitbonus5/getting-started.mdx @@ -1,6 +1,6 @@ # Getting started: -To get started, download the project from [TODO Add link here]. The zip file features both the “Starter” and “Complete” projects. +To get started, download the project from [here](https://huggingface.co/ivan267/imitation-learning-tutorial-godot-project/tree/main) (click on the download icon next to `GDRL-IL-Project.zip`). The zip file features both the “Starter” and “Complete” projects. The game code is already implemented in the starter project and the nodes are configured. We will focus on: @@ -263,4 +263,4 @@ Here’s a sped-up video of the demo recording process: ### Export the game for training: -You can export the game from Godot using `Project > Export`. \ No newline at end of file +You can export the game from Godot using `Project > Export`.