#from-scratch
2 posts · all tags
-
· Simple Reinforcement Learning Example
A simple RL example, where i want an agent to navigate a grid to reach a goal while avoiding holes. For more details here is the colab where I implemented the RL example Link to code
-
· Understanding Cover's Universal Portfolio
I always wanted to understandt the concept of a universal portfolio from Cover's. This topic always fascinated me since I first heard about it on my information theory lectures and you know what they say... The best way to learn is to practice. So here's my attempt ...