From 4c686514da53dd0272e143b87c04828f16a6dfe7 Mon Sep 17 00:00:00 2001 From: Kevin P Murphy Date: Thu, 30 Dec 2021 08:49:15 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4ab69e..0508b31 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ There are two ways to reproduce the results from the paper To reproduce the results, `cd` into the project folder and run +```bash +python bandits test +``` + ```bash python bandits run_and_plot ```