From ecd94662b59af2fde615dde2d559f2752d3ba98e Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 20 Jun 2024 15:53:20 +0200 Subject: [PATCH] Update introduction.mdx --- units/en/unitbonus5/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/en/unitbonus5/introduction.mdx b/units/en/unitbonus5/introduction.mdx index bcf8006a..9b583a13 100644 --- a/units/en/unitbonus5/introduction.mdx +++ b/units/en/unitbonus5/introduction.mdx @@ -19,5 +19,5 @@ At the end of the unit, **you will have a trained agent capable of solving the l - Some familiarity with Godot is recommended, although completing the tutorial does not require any gdscript coding knowledge, - Godot with .NET support (tested to work with [4.3.dev5 .NET](https://godotengine.org/article/dev-snapshot-godot-4-3-dev-5/), may work with newer versions too), - Godot RL Agents (you can use `pip install godot-rl` in the venv/conda env), -- [Imitation library](train-our-robot.mdx), -- Time: ~1-2 hours to complete the project and training. It can be outside of this range depending on the hardware used. \ No newline at end of file +- [Imitation library](https://huggingface.co/learn/deep-rl-course/unitbonus5/train-our-robot), +- Time: ~1-2 hours to complete the project and training. It can be outside of this range depending on the hardware used.