Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raghulrajn/deepq-learning

Created a Deep Q reinforcement learning using OpenAI gym tool to land Lunar lander
https://github.com/raghulrajn/deepq-learning

Last synced: about 2 months ago
JSON representation

Created a Deep Q reinforcement learning using OpenAI gym tool to land Lunar lander

Awesome Lists containing this project

README

        

# DeepQ-Learning
Created a Deep Q reinforcement learning using OpenAI gym tool to land Lunar lander

Deep Q-Learning is an advanced form of Q-Learning that leverages deep neural networks to approximate the Q-function, which is used to determine the optimal action to take in a given state. The Q-function represents the expected cumulative reward of taking a certain action in a certain state and following a certain policy