-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from huggingface/ThomasSimonini/UpdateAdditio…
…nalReadings Create a section to showcase students projects
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |