Skip to content

ashishkhiani/QLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prequisites:

This project uses Python 3. You need to have Python 3 installed on your machine. In addition, you will need to have pip install on your machine.

  1. Navigate to project directory

    cd QLearning/
    
  2. Create virtual environment

    python -m venv venv
    
  3. Activate virtual environment

    source venv/bin/activate
    
  4. Install requirements to the virtual environment

    pip install -r requirements.txt
    
  5. Run Application

    python main.py
    

About

Q-Learning Algorithm used for Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages