mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[Serve + RLlib] Fix serve tutorial_rllib for Win. PyGame needs to be installed as of gym==0.23. (#25080)
This commit is contained in:
parent
1bc91a4129
commit
37799751df
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ virtualenv
|
|||
## setup.py extras
|
||||
dm_tree
|
||||
flask
|
||||
pygame
|
||||
gym>=0.21.0,<0.24.0; python_version >= '3.7'
|
||||
gym==0.19.0; python_version < '3.7'
|
||||
lz4
|
||||
|
|
Loading…
Add table
Reference in a new issue