posts

2021

Greedy Algorithm: Light Bulbs (A Proof)

2 minute read

A pretty standard problem that anyone just starting out with practicing the greedy algorithm comes across is the light-bulb problem. While the solution to th...

The Airplane Problem

2 minute read

Here’s a neat little problem I came across when solving some probability puzzles. It took me a couple of hours to realize the solution, and it took my younge...

Back to top ↑

2020

Curious Observation in SAC Implementation

2 minute read

While working on my entry for the MineRL 2020 competition, I had to implement the soft-actor critic (SAC) algorithm from scratch. However, while coding the c...

Back to top ↑