Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a section to showcase students projects #419

Merged
merged 3 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions units/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions units/en/unitbonus3/student-works.mdx
Original file line number Diff line number Diff line change
@@ -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](https://github.com/huggingface/deep-rl-class).

The projects are **arranged based on the date of publication in this page**.

## Neural Nitro 🏎️

<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit12/neuralnitro.png" alt="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) 🚀

<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit12/spacewar.jpg" alt="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