Quickstart Guide
You will need:
python
3.8 or greater: https://www.python.org/downloads/
*probability-sequence-random is a part of the autora
package:
pip install -U autora["experimentalist-bandit-random"]
Check your installation by running:
python -c "from autora.experimentalist.bandit_random import Example"