Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siavashshams/dqn-for-openai-lunarlander-v2

LunarLander-v2 learning how to land efficiently using DQN and DDQN for training
https://github.com/siavashshams/dqn-for-openai-lunarlander-v2

ddqn dqn lunar-lander lunarlander-v2 reinforcement-learning

Last synced: about 2 months ago
JSON representation

LunarLander-v2 learning how to land efficiently using DQN and DDQN for training

Awesome Lists containing this project

README

        

# DQN for OpenAI LunarLander-v2
LunarLander-v2 learning how to land efficiently using DQN and DDQN for training
DQN
---
| 100 Epochs | 250 Epochs |
|:--:|:--:|
|![t100](/GIFs/DQN100.gif)|![t250](/GIFs/DQN250.gif)|

DDQN
---

| 100 Epochs | 250 Epochs |
|:--:|:--:|
|![t100](/GIFs/DDQN100.gif)|![t250](/GIFs/DDQN250.gif)|

Average rewards for DQN vs DDQN
---
![This is an image](/Images/Picture1.png)