Demos, Research and Practice for Thesis
Notebook with OpenAIGym cartpole example. Simple DQN implementation with notes and videos.
Simple Neural Network: Notebook using Keras and MNIST dataset. Trained model and outputs summary and visualization.
Independent study using Berkeley Deep RL course materials and assignments. Assignment 1: Imitation Learning Assignment 2: Policy Gradients
Deep Reinforcement learning (actor-critic) with prioritized experience replay. Paper Implementation Continuous Control with deep Reinforcement Learning, using Code and Tutorial From Paperspace blog. Updated to include priority experience replay. Other sources include: Array backed Sum Tree code, Priority experience replay, DDDQN with prioritized experience replay, Memory.
Simulation toolkit for comparing reinforcement learning algorithms.
GYM Github
- PyTorch: tutorial