Skip to content

SRP457/Gridworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit


Gridworld

alt text

Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps

This is a streamlit app implementing value iteration in gridworld.


Requirements

The libraries used are shown below:

streamlit==0.84.1
numpy==1.18.5
matplotlib==3.2.2

Use the following command to install all required packages:

pip install -r requirements.txt

Running the App

  1. Clone or download the repository
  2. Navigate to the Gridworld folder in your system
  3. Execute the following command and open localhost:8501
streamlit run main.py

About

Value iteration visualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages