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.