First reinforcement learning workshop at Polytech. The goal is to solve the Lunar Lander OpenAI problem using Q Learning
The basic dependencies you need
- openai (ai-gym) https://gym.openai.com/docs/
- numpy (with pip: pip install numpy)
- (optional) keras, tensorflow, scikit learn (depending on what you want to use)