- autoresearch-mesa - an adaptation of Karpathy's autoresearch, in turn an OpenClaw / MoldBook style AI agent to explore hyperparameters. Uses the python ABM framework mesa.
- autoresearchABM - an adaptation of Karpathy's autoresearch, in turn an OpenClaw / MoldBook style AI agent to explore hyperparameters. This framework is adapted to task the AI agent to fine-tune the parameters of an ABM model, such as as the epidemiological SIR recovery model. Custom-built ABM framework that runs headless, logs everything.
- autoresearch-mesa-prompt - using the autoresearch paradigm to probe ABM models using the mesa framework, using only prompts in Claude web.
👋
Machine Learning researcher | author of R packages: transformer, attention, rnn, datasets.load, rddtools, decompr
-
ValiQ Security
-
06:03
(UTC +01:00) - bastiaanquast.com
- https://orcid.org/0000-0002-2951-3577
- @baquast
- https://stackoverflow.com/users/1328355/bastiaan-quast
Highlights
- Pro
Pinned Loading
-
autoresearch-mesa
autoresearch-mesa PublicForked from karpathy/autoresearch
autoresearch for ABM simulation parameter sweeps
Python
-
transformer
transformer Publicsimple from-scratch implementation of the Transformer architecture in R
-
microgpt.R
microgpt.R 1# --- Dataset Setup ---2input_file <- "input.txt"
3if (!file.exists(input_file)) {
4names_url <- "https://raw.githubusercontent.com/karpathy/makemore/refs/heads/master/names.txt"
5download.file(names_url, input_file)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



