Skip to content

spartan24032/Project-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project AI

This project is aimed at demonstrating reinforcement learning.

Steps to run the project

  1. Create a new directory.

    mkdir PD_World
    cd PD_World
  2. Clone the app.

    git clone https://github.com/spartan24032/Project-AI.git
    cd Project-AI
  3. Create a Python virtual environment.

    python -m venv venv
  4. Activate the virtual environment (Windows).

    source venv/Scripts/activate
  5. Install requirements.

    pip install -r requirements.txt

    If you prefer, you can copy and paste the following command to install the requirements:

    pip install xlswriter pandas PyQt5 matplotlib numpy
  6. Run the program.

    To run the program, execute the UI.py file. This file controls the simulation and allows interaction with Q tables and graphs. You can run it using the following command:

    python UI.py

    This will start the program and you can then explore the reinforcement learning demonstration provided by Project AI.

Requirements

For more information about the project, visit Project AI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages