Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raghulrajn/deepq-learning
- Owner: raghulrajn
- Created: 2024-12-15T19:12:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T19:13:46.000Z (about 2 months ago)
- Last Synced: 2024-12-15T20:22:10.199Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeepQ-Learning
Created a Deep Q reinforcement learning using OpenAI gym tool to land Lunar landerDeep 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