Skip to content

Commit

Permalink
added recommended stable-baselines3 and rllib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleynweye committed Nov 9, 2024
1 parent 8ddd454 commit 39c5767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@
},
"outputs": [],
"source": [
"!pip install stable-baselines3"
"!pip install \"stable-baselines3<=2.2.1\""
]
},
{
Expand Down Expand Up @@ -1515,7 +1515,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install \"ray[rllib]\""
"!pip install \"ray[rllib]<=2.10.0\""
]
},
{
Expand Down

0 comments on commit 39c5767

Please sign in to comment.