From 7a226a0efa9c5a0551252f169d7a8a52be44fcfe Mon Sep 17 00:00:00 2001 From: "Mkindi, Boniphace Y (PG/T - Comp Sci & Elec Eng)" <bm01171@surrey.ac.uk> Date: Wed, 28 May 2025 14:38:56 +0000 Subject: [PATCH] Update file README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e089a22..5edbe9e 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,8 @@ Each branch contains the complete data preparation, modeling, and evaluation pip - Python ≥ 3.7 - Install required packages: ```bash - pip install pandas seaborn matplotlib ucimlrepo && pip install gym==0.26.0 numpy matplotlib seaborn + pip install pandas seaborn matplotlib ucimlrepo && + pip install gym==0.26.0 numpy matplotlib seaborn ``` - Gym Classic environments (e.g., FrozenLake-v1) require gym[classic], which is supported in version 0.26.0. -- GitLab