arrow_back Back home

Code samples

Below are some code samples I wrote for classes, projects, and for fun.

RGB image alignment

Written for CMU 16-720. Uses Euclidean norm between color layers and particle sampling to automatically align color layers.

Aligned colorized image

Aligned colorized image

Above: before and after automatic alignment.

Game of Life

Written summer ‘23 for fun.

Game of Life

Policy gradient RL on an inverted pendulum

Written summer ‘23 for fun using Gymnasium.

Model at start of training

Model at start of training

Model after 500 episodes

Model after 500 episodes