From ca9451811814566712ac267eb8ff042cb2e92675 Mon Sep 17 00:00:00 2001 From: ElliotMunro200 <74408400+ElliotMunro200@users.noreply.github.com> Date: Tue, 3 May 2022 18:41:45 +1200 Subject: [PATCH 1/2] Update README.md Python 3.8+ is misleading. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 111a114bc..957a701a2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Good luck have fun :rocket: ## Get started Prerequisites: -* Python 3.8+ +* Python 3.8-3.9 (not yet 3.10) * [Poetry](https://python-poetry.org) To run experiments locally, give the following a try: @@ -148,4 +148,4 @@ If you use CleanRL in your work, please cite our technical [paper](https://arxiv archivePrefix={arXiv}, primaryClass={cs.LG} } -``` \ No newline at end of file +``` From 325343bf6dda667e8bb5afabbb8a6cafb3c3eb39 Mon Sep 17 00:00:00 2001 From: Costa Huang Date: Wed, 4 May 2022 19:08:28 -0400 Subject: [PATCH 2/2] Also change the docs --- docs/get-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/installation.md b/docs/get-started/installation.md index 30895525c..f2c1f6797 100644 --- a/docs/get-started/installation.md +++ b/docs/get-started/installation.md @@ -2,7 +2,7 @@ ## Prerequisites -* Python 3.8+ +* Python 3.8-3.9 (not yet 3.10) * [Poetry](https://python-poetry.org) Simply run the following command for a quick start