Update getting-started.mdx

Adds the zip file link
This commit is contained in:
Ivan-267
2024-06-19 20:52:33 +02:00
committed by GitHub
parent 523331064a
commit ff3cb453db

View File

@@ -1,6 +1,6 @@
# Getting started: # 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: The game code is already implemented in the starter project and the nodes are configured. We will focus on:
@@ -263,4 +263,4 @@ Heres a sped-up video of the demo recording process:
### Export the game for training: ### Export the game for training:
You can export the game from Godot using `Project > Export`. You can export the game from Godot using `Project > Export`.