From 543f81d13276c579f80bd9e88060ae1d88c63192 Mon Sep 17 00:00:00 2001 From: Benjamin Han Date: Wed, 10 May 2023 18:28:36 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b67d4b..c9a66ee 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Some simple Multi-Armed Bandit algorithms provide distributed streaming online u - Normal Distributions (using a Normal-Inverse-Gamma conjugate prior) - Multivariate Normal Distributions (using a Normal-Inverse-Wishart conjugate prior) -A few simple CRUD update endpoints enables widescale experimentation using hundreds or thousands of variants (compared to using 2 in a tradiational A/B experiment). +A few simple CRUD update endpoints enables widescale experimentation using hundreds or thousands of variants (compared to just 2 in a traditional A/B experiment). ## Reinforcement Learning for Ridehailing Dispatch and Pricing