Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 494 Bytes

File metadata and controls

16 lines (12 loc) · 494 Bytes

reinforcement learning platform with streamlit

Monitor your algorithm on streamlit web application

Requirement

To run the code, you need

Usage

Start a web server with streamlit run app.py, it will serve http://localhost:8051/ by default.

Set hyperparameters in the sidebar and press start training

Demo