Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 281 Bytes

lunar lander

Solving the Lunar-Lander-v2 environment in the OpenAI Gym using a Double Q-Learning Network.

LunarLander Success

install

pip install -r requirements.txt

running

Check out the ddqn.ipynb notebook to see how to run the code