Skip to content

Jerryxe/reinforcement_learning_lunar_lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Reinforcement Learning Implementation of Lunar Lander Game Play, based on Open AI Gym package

Run Instruction

  1. Use Python 3.6
  2. Install packages: matplotlib, gym, numpy, torch and all depencencies
  3. Run the whole proj2.py file, which will do the 3 following things: A. Train the model through train_model(). B. Test the model through test_model(target_net). C. Plot the Epsilon by episode through plot_epsilon().

Note: During the training, the chart will be plotted and updated in every episode, and the screen will also be print out time passed (seconds), as well as the last 100 episodes average score.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages