Selected work

Projects

A curated selection of technical work that complements my research background and shows how I approach implementation, research synthesis, and core computer science systems.

02
Research synthesis · Deep RL

Non-Stationarity in Reinforcement Learning

Surveyed research on RL under evolving dynamics, including non-stationary MDPs, dynamic regret, and adaptation methods. Presented the synthesis through a research poster, slide presentation, and video, with a companion technical blog.

03
Compilers · Programming Languages

C-Minus Compiler

Implemented a compiler pipeline for C-Minus covering lexical analysis, parsing, semantic analysis, and code generation.

04
Computer Architecture · Quartus

MIPS Processor Design and Implementation

Designed and implemented a MIPS processor architecture in Quartus, including registers, RAM/ROM memories, an ALU, and instruction support. Implemented single-cycle, multi-cycle, and pipelined structures and executed machine-code programs stored in ROM.