An open API service indexing awesome lists of open source software.

https://github.com/accraze/lunar-lander

Solving the OpenAI Gym "Lunar Lander v2" environment
https://github.com/accraze/lunar-lander

double-dqn openai-gym-solutions q-learning reinforcement-learning

Last synced: 7 months ago
JSON representation

Solving the OpenAI Gym "Lunar Lander v2" environment

Awesome Lists containing this project

README

          

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

![LunarLander Success](imgs/lunarlander.gif)

## install
```
pip install -r requirements.txt
```

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