Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Update projects.json #182

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
Binary file added .DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,16 @@
"site": "https://techtuner.github.io/Guess-the-Number/",
"tags": "number-guessing, JavaScript, html, css"
},
{
"name": "Reinforcement-Learning",
"display": "Gymnasium RL",
"description": "Implementations of all Gymnasium Reinforcement Learning (RL) Environments in Python, utilizing Q-Learning techniques.",
"author": "FuzzyNum",
"category": "ai",
"level":"intermediate",
"site":"https://github.com/FuzzyNum/Reinforcement-Learning",
"tags":"python,gymnasium,unsupervised-learning,rl,ml,ai,numpy"
},
{
"name": "Gallery",
"display": "Image Gallery",
Expand Down