Hao-Tse Wu Software Engineer maxwuhz@gmail.com

Study Projects

Reinforcement learning for mini game fronzen lake

Github

Before training

After training


Arduino LED systems

Simulation


Retrieval-Augmented Generation for complex claims (no previews)

Github


RayTracer

Github (python ver.)

Sample Scene File Input

Sample Output


Linear Program Solver

Github

Sample Input

Sample Output

This solver used Algebraic method to solve the LP, outputs if the linear program is feasible, unbounded or infeasible. If it is feasible it also will return the optimal solution.