Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 820 Bytes

AE504 Final Project

This is a code for comparing different algorithms to solve the lunar lander problem. The algorithms simulated are:

  1. Monte Carlo
  2. Q-Learning
  3. DQN
  4. SARSA

Outputs:

Simulation Final Trajectory
randomRandom policy random_plot
monte_carloMonte Carlo monte_carlo
q_learningQLearning q_learning
sarsaSARSA sarsa
dqnDQN dqn