From 39676cc181a095c2547e06151b23dea99d308ba4 Mon Sep 17 00:00:00 2001 From: Filip Cornell Date: Sun, 22 Mar 2020 10:29:18 +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 cbe8ea2..ca5f4f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# K-armed-bandits +# Multi-armed-bandits A comparison of different algorithms for the k-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.