During the summer I decided to focus on something completely new. Since Reinforcement Learning is something really interesting and quite difficult, I took it up to challenge myself. I started by going through various state of the art algorithms that gave me a decent base to start making some progress towards writing a thesis in …
Author Archives: Paul Lobo
Replicating the World Model in Pytorch
My goal for this article is to understand the implementation of the World Model Paper by David Ha, Jürgen Schmidhuber and create an implementation in Pytorch. References Paper: https://arxiv.org/abs/1803.10122 Implementation: https://github.com/hardmaru/WorldModelsExperiments Setup Clone github Repository git clone https://github.com/hdilab/world_model_experiments.git Change directory cd world_model_experiments/pytorch_implementation Create a Conda Environement. conda create –name pytorch python=3.7 pip During my experimentation I …
Spring 19 Review
Before starting my Masters I worked in the IT industry for more than 4 years. Working in software, I had a steady income and did not have to step outside my comfort zone. But, I always knew that I had the potential and the desire to do so much more. With that knowledge, I decided …