From 7d49d54a426db19e79c8914a89bec57fe074243d Mon Sep 17 00:00:00 2001 From: Alex BARBIER CHEBBAH <alex.barbier-chebbah@pasteur.fr> Date: Mon, 24 Feb 2025 15:49:45 +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 b365adb..64cf329 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ This project provides code to reproduce the AIM algorithm used in Approximate information maximization for bandit games. -The code allows to simulate bandit game with Bernoulli reward but isn't meant to reproduce the figures of the main paper. \ No newline at end of file +The code allows to simulate bandit game with Bernoulli and Gaussian reward but isn't meant to reproduce the figures given in the main paper. \ No newline at end of file -- GitLab