RL_MC A Monte Carlo algorithm applied to RL. A Python implementation of a Monte Carlo method in Reinforcement Learning from chapter 5 of Sutton and Barto "Reinforcement Learning" Book. We applied the method to solve (in less that 100 episodes) the Montain-car enviroment of Open AI gym.