/OpenAIGym

Repository for my OpenAI Gym solutions

Primary LanguagePython

OpenAIGym

Repository for my OpenAI Gym solutions

  1. Cartpole-v0: Solved in an average of 15 iterations. Random Search works well here as this is a simple environment and only 4 observations are considered.

  2. MountainCar-v0: Solved using a Deep Q-learning agent. This type of agent performs well in a continous input space like this