From b1c0f551b80e274dc15ed1643e2bbc88b77e5c97 Mon Sep 17 00:00:00 2001 From: Alex BARBIER CHEBBAH <alex.barbier-chebbah@pasteur.fr> Date: Mon, 24 Feb 2025 15:46:15 +0100 Subject: [PATCH] Add README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b365adb --- /dev/null +++ b/README.md @@ -0,0 +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 -- GitLab