[Serve + RLlib] Fix serve tutorial_rllib for Win. PyGame needs to be installed as of gym==0.23. (#25080)

This commit is contained in:
Sven Mika 2022-05-23 17:43:35 +02:00 committed by GitHub
parent 1bc91a4129
commit 37799751df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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