From cd92e73be2e186c642c3aac11f8f0f3c1e4c7e33 Mon Sep 17 00:00:00 2001 From: locker98 Date: Tue, 22 Oct 2024 02:54:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0843de..2b42ef8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This notebook show how Q-learning works and demonstrate how it can learn to navi - `jupyter lab` or `jupyter notebook` ```bash -pip install numpy, matplotlib, threading, tqdm, +pip install numpy matplotlib tqdm ```