Bharathyalagi/Lunar-Lander-Deep-Q-Learning-DQN-with-PyTorch
A simple Deep Q-Learning project that trains an agent to land a spacecraft safely in the LunarLander environment using PyTorch and Gymnasium. The notebook shows how a DQN works step-by-step with replay memory, epsilon-greedy exploration, and soft target updates.
Stars
1
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Nov 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Bharathyalagi/Lunar-Lander-Deep-Q-Learning-DQN-with-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vietnh1009/Super-mario-bros-PPO-pytorch
Proximal Policy Optimization (PPO) algorithm for Super Mario Bros
taherfattahi/ppo-rocket-landing
Proximal Policy Optimization (PPO) algorithm using PyTorch to train an agent for a rocket...
fvalka/atc-reinforcement-learning
Reinforcement learning for an air traffic control task. OpenAI gym based simulation.
sdsubhajitdas/Rocket_Lander_Gym
💥💥 This is a easy installable extension for OpenAi Gym Environment. This simulates SpaceX Falcon landing.
juliankappler/lunar-lander
Implementation of deep reinforcement learning algorithms for training an agent to play the game...