Posts

  1. SWE: Golden tests

    Golden tests compare the current output of your code against a pre-saved "golden" output. This post describes simple implentation of golden tests in Python.

  2. TFHE: guide walkthrough. Part 1

    Part 1. Walkthrough of Guide to Fully Homomorphic Encryption over the [Discretized] Torus by Marc Joye.

  3. RL: solving cartpole

    Solving OpenAI. Requests for Research. Cartpole: for newcomers to RL using NumPy.