Lists (1)
Sort Name ascending (A-Z)
Stars
MATLAB and Python code for the paper "Taming Uncertainty in a Complex World: The Rise of Uncertainty Quantification — A Tutorial for Beginners".
Lexer as described in Rob Pike's talk 'Lexical Scanning in Go'
Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
the vernerable fortran to c compiler, mirror of netlib packed in repo, w/ debian packaging scripts
Best Monte Carlo Tree/Graph Search in the West! Still need to parallelize. This mcts implementation has state space awareness and does not implement Copy!!!
Distributed Deep Reinforcement Learning Traffic Signal Control
Exploration of SIMD compilation in clang using AVX, SSE2, and SSE4.2 This was on a i7 12700K and Clang 14.0.6. If Anything else matters let me know.
Implementation of kalman filter. All sources and references I used can be found in the kf.py class file.
Exploring the Chudnovsky Algorithm for Pi in order to understand it completely and to develop the Next Steps.
Repository for NeurIPS 2020 Spotlight "AdaBelief Optimizer: Adapting stepsizes by the belief in observed gradients"
Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues
Regret Matching (RM) and Counterfactual Regret Minimization (CFR) modern implementation. Credit to Gabrielle Farina, Tuomas Sandholm, Sam Ganzfried (why not), Noam Brown, etc and CMU CS15-888 for t…
Playing around with Rust, matrices and neural networks
Solutions to math olympiad problems in Isabelle/HOL
Best Monte Carlo Tree/Graph Search in the West! Still need to parallelize, make a C version and Rust version (FINISHED WOO, check repo mcts-rs). This mcts implementation has state space awareness a…
me learning cfr (paper: http://modelai.gettysburg.edu/2013/cfr/cfr.pdf)
Safe Opponent Exploitation in python (paper: https://www.cs.cmu.edu/~sandholm/safeExploitation.teac15.pdf)
Me exploring the wonderful world of Markov Decision Processes. The MDP.py file is an interface type so you can implement others games as long as they can be formulated to the file. I also wrote Val…
My exploration of the game of baseball through python and dataframes