/tog-paper-visualizations

Visualizations for a research paper on Self-play multiagent reinforcement learning. Visualizations thanks to streamlit

Primary LanguageJupyter Notebook

Visualization for forthcoming publication for the journal Transaction on Games.

Visualizations for the experiments involving various Self-play algorithms. Visualizations made with streamlit

Running web app

Before running the webapp, make sure to go through the installation process below.

The webapp is a streamlit webapp, it is run by calling the command:

streamlit run tog_paper_visualization_app.py

Installation

I heavily recommend to install this application in a virtual environment. All the python dependencies are listed in the requirements.txt. To install:

Clone the repository

git clone https://github.com/Danielhp95/tog-paper-visualizations
cd tog-paper-visualizations/

Install python dependencies:

pip install -r requirements.txt