Skip to content

sudheer997/CMPE-252-final-project

Repository files navigation

Lunar Lander-V2 using DQN and Actor Critic Methods

Setting up project environment:

  • Create new enviroment using anaconda or miniconda
conda create -n env_name pthon=3.6
  • Install dependencies from requirements.txt
pip install -r requirements.txt

After installing dependencies, DQN and Actor Critic implemented in respective folders.

DQN:

  • DQN algorithm is implemented in DQN.py
  • For training and testing the DQN, use the dqn_run.ipynb
  • DQN testing results was stored in DQN results folder
  • DQN trained model was stored in DQN model folder

Actor Critic:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published