From 8094bf26d8bd20f74f66d3032d23d83cc3bdf44b Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 7 Nov 2023 14:43:16 +0100 Subject: [PATCH 1/3] Create student-works.mdx --- units/en/unitbonus3/student-works.mdx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 units/en/unitbonus3/student-works.mdx diff --git a/units/en/unitbonus3/student-works.mdx b/units/en/unitbonus3/student-works.mdx new file mode 100644 index 0000000..1eaf373 --- /dev/null +++ b/units/en/unitbonus3/student-works.mdx @@ -0,0 +1,23 @@ +# Student Works + +Since the launch of the Deep Reinforcement Learning Course, **many students have created amazing projects that you should check out and consider participating in**. + +If you've created an interesting project, don't hesitate to [add it to this list by opening a pull request on the GitHub repository](). + +The projects are **arranged based on the date of publication in this page**. + +## Neural Nitro 🏎️ + +Neural Nitro + +In this project, Sookeyy created a low poly racing game and trained a car to drive. + +Check out the demo here 👉 https://sookeyy.itch.io/neuralnitro + +## SpaceWar Gameplay (PC Game, 1985) 🚀 + +SpaceWar + +In this project, Eric Dong recreates the 1985 version of Space War in Pygame and uses reinforcement learning (RL) to train AI agents. + +Check out the project here 👉 https://dev.to/edong/space-war-rl-0-series-introduction-25dh From 9ebcc96a0212aae6dcd25dda906308ca5ad02a26 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 7 Nov 2023 14:45:47 +0100 Subject: [PATCH 2/3] Update _toctree.yml --- units/en/_toctree.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/units/en/_toctree.yml b/units/en/_toctree.yml index 7c7c41d..704be13 100644 --- a/units/en/_toctree.yml +++ b/units/en/_toctree.yml @@ -228,6 +228,8 @@ title: An introduction to Unreal Learning Agents - local: unitbonus3/godotrl title: An Introduction to Godot RL + - local: unitbonus3/student-works + title: Students projects - local: unitbonus3/rl-documentation title: Brief introduction to RL documentation - title: Certification and congratulations From b44e9d61aea6ed7ca9e07849b45f47911575a60c Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 7 Nov 2023 14:46:18 +0100 Subject: [PATCH 3/3] Update student-works.mdx --- units/en/unitbonus3/student-works.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/en/unitbonus3/student-works.mdx b/units/en/unitbonus3/student-works.mdx index 1eaf373..027e211 100644 --- a/units/en/unitbonus3/student-works.mdx +++ b/units/en/unitbonus3/student-works.mdx @@ -2,13 +2,13 @@ Since the launch of the Deep Reinforcement Learning Course, **many students have created amazing projects that you should check out and consider participating in**. -If you've created an interesting project, don't hesitate to [add it to this list by opening a pull request on the GitHub repository](). +If you've created an interesting project, don't hesitate to [add it to this list by opening a pull request on the GitHub repository](https://github.com/huggingface/deep-rl-class). The projects are **arranged based on the date of publication in this page**. ## Neural Nitro 🏎️ -Neural Nitro +Neural Nitro In this project, Sookeyy created a low poly racing game and trained a car to drive.