i write code to answer questions that bother me.
how do poker players converge on unexploitable strategies. how 50 boats coordinate without a central controller. where exactly 9 metres of braking lives on a race track. how a robot finds a path through a warehouse it has never seen.
python, C, C++, julia. signal processing, game theory, agent-based systems.
mostly simulations. occasionally useful.
| bio-mimetic-swarm | multi-agent spatial coordination with Lennard-Jones potential fields · python, c |
| spatial-planning-engine | A* and RRT on grid worlds with dynamic obstacles · c++ |
| f1-digital-twin-monza | braking deceleration from real F1 telemetry (Monza 2023 Q) · python, c |
| gto-poker-solver | CFR+ Nash equilibrium for Kuhn poker · python, julia |
| rl-blackjack-solver | Monte Carlo exploring starts on blackjack · python |