Skip to content

beksina/lunar-lander-dql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar Lander with Deep Q-Learning in Pytorch

This repository displays a solution to the lunar lander problem from the gymnasium library. Solved using Deep Q-learning (DQL) in pytorch. Notes on DQL shown here.

Results


Training was stopped when the average rewards over the latest 100 episodes reached +200, which took 1764 episodes.

After 100 episodes:

lunar_lander_100.mp4

After training completed:

lunar_lander.mp4

Resources

  • Richard Sutton's book
  • Andrew Ng's Reinforcement Learning course in the coursera Machine Learning specialization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published