From 7d5c230a402fdc6ebc827e9dd3c4cedfafe25b0c Mon Sep 17 00:00:00 2001 From: Filip Cornell Date: Sun, 22 Mar 2020 10:29:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5f4f1..38bc531 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Multi-armed-bandits -A comparison of different algorithms for the k-armed bandit problem. +A comparison of different algorithms for the multi-armed bandit problem. This work was written in a spanish course as practice to write about a subject one is interested in, using academic spanish. The work compares different, simple but potential, algorithms to resolve a basic version of the k-armed bandit problem.