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.
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
- Clone or download the repository
- Navigate to the Gridworld folder in your system
- Execute the following command and open localhost:8501
streamlit run main.py