Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 799 Bytes

Bandit Tools

Visualisation/Evaluation App for the Multi-armed bandit algorithms in Rust implementation over here: https://github.com/Ragnaroek/bandit

Documentation

The web application can be found here: https://ragnaroek.github.io/bandit-tools/

The bandit algorithm implementation has two files that can be visualised with this tool:

  • state file: contains the counts of arm draws and the average reward for each arm so far
  • log file: contains a detailed log of every selection and update of the bandit

You can upload both files to the webapp and it will visualise and summarize the data in there.

Missing something?

If you have an idea for a visualisation that should be added, add an issue to the project or add a pull request!