projects

ongoing
machine learning
systems

robotic experience library (rxl) — a high-performance c++ reinforcement learning library purpose-built for real-time robotic control, with python bindings via pybind11. built with deterministic timing guarantees for fixed-frequency robot control loops.

february 2026
hackathon
quantitative finance
machine learning

openquant — a strategy evaluation framework modelling quantitative portfolio optimisation. includes a 7-page technical paper on the theoretical foundations.

august 2025
quantitative finance

hmm for regime switching — a 3-state gaussian hmm built from scratch to identify market regimes (bull, bear, crash). implemented the forward-backward algorithm manually.

july 2025
machine learning
quantitative finance

q-function rl engine — a multi-agent rl system for autonomous stock trading. features a custom market simulation and a sigmoid-bounded metric for stock quality.