From 7b8901e7697d8835a9d1e0370f9c43e8a9b9544d Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 1 Sep 2024 22:47:59 +0300 Subject: [PATCH] fixed SMB link --- content/misc/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/misc/_index.md b/content/misc/_index.md index 2d44101..5977c9b 100644 --- a/content/misc/_index.md +++ b/content/misc/_index.md @@ -15,7 +15,7 @@ this is the place for my miscalleneous projects. Here you'll find a collection o - nimertes : making a transformer from scratch in pytorch and then nim, a system's language. - panope : a foundational gpt based on the [nanogpt](https://github.com/aethrvmn/nanoGPT) architecture #### university projects -- [super mario network](smddqn): implementing an agent to autonomously play super mario bros. +- [super mario network](https://github.com/aethrvmn/supermarioddqn): implementing an agent to autonomously play super mario bros. - [human-diffusion](human-diffusion): a simulation of the Out of Africa (OOA) event in prehistory. - [black-scholes](black-scholes): exploring the black-scholes equation.