Update README.md

This commit is contained in:
locker98 2024-10-22 02:54:22 +00:00
parent 323df5e432
commit cd92e73be2

View File

@ -19,7 +19,7 @@ This notebook show how Q-learning works and demonstrate how it can learn to navi
- `jupyter lab` or `jupyter notebook` - `jupyter lab` or `jupyter notebook`
```bash ```bash
pip install numpy, matplotlib, threading, tqdm, pip install numpy matplotlib tqdm
``` ```