Skip to content

JanMuehlnikel/Lunar-Lander-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar-Lander-Reinforcement-Learning

This project has been implemented with the gymnasium Framework: https://gymnasium.farama.org/environments/atari/freeway/

Minimal Trained Final
Untrained Agent Final Agent

Setup Instructions

  1. Clone the Repository:

    git clone [https://github.com/JanMuehlnikel/Atari-Freeway-Reinforcement-Learning](https://github.com/JanMuehlnikel/Lunar-Lander-Reinforcement-Learning)
    cd your-repo
  2. Create and Activate a New Conda Environment:

    conda create --name LunarEnv python=3.10
    conda activate LunarEnv
    
  3. Install pip in the New Conda Environment:

    conda install pip
  4. Install Packages from requirements.txt:

    pip install -r requirements.txt

About

Solving Lunar Lander with DQN Reinforcement Learning

Topics

Resources

Stars

Watchers

Forks