/reinforcement-learning-monte-carlo

Learn how to play open AI gym's Black Jack using monte-carlo methods for reinforcement learning

Primary LanguageJupyter Notebook

Monte Carlo Methods

Instructions

Follow the instructions in Monte_Carlo.ipynb to write your own implementations of many Monte Carlo methods! The corresponding solutions can be found in Monte_Carlo_Solution.ipynb.