Skip to content

ThirdEyeInfo/lunar-lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step to train Lunar Lander model

  • Clone lunar-lander in your local machine

  • Download and install Anaconda from https://www.anaconda.com/download

  • Type anaconda on windows search and open anaconda command prompt

  • Navigate to lunar-lander progect (in step 1) from conda prompt and/by follow below commands

    • cd /lunar-lander
    • conda create -n lunar-lander python=3.11 -y
    • conda activate lunar-lander
    • conda install swig -y
    • pip install -r requirements.txt
    • python setup.py install
  • Run below python command to train your Lunar Module and generate video.mp4

    • python render.py image
  • Find video.mp4 under lunar-lander folder, play it to witness the landing of Lunar Lander as shown in below image