Projects
GenRL CODE|DOCS
A PyTorch reinforcement learning library centered around reproducible and generalizable algorithm implementations. Currently contributing to the Model Based part of the libraryExploration of RL algorithms
Reinforcement Learning on Easy21 CODE
Developed an environment to simulate playing of Easy21 and tried out Monte Carlo Control and TD learning to learn the value functionsDeep Q learning on Atari Games CODE
Experimented with DQN algorithms to play Ms Pacman in a simulated gym environmentStudy of optimizers CODE
Study and comparison of various popular optimizers, coded from scratch using JAXOne shot Classification using transfer learning CODE
Used transfer learning techniques to improve performance of a Siamese network for one shot learning on the Omniglot dataset.