Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 352 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 352 Bytes

RL Workshop #1

First reinforcement learning workshop at Polytech. The goal is to solve the Lunar Lander OpenAI problem using Q Learning

Dependencies

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)