We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a93c25 commit 1d57f9aCopy full SHA for 1d57f9a
rllib/env/utils/__init__.py
@@ -33,9 +33,9 @@ def try_import_pyspiel(error: bool = False):
33
except ImportError:
34
if error:
35
raise ImportError(
36
- "Could not import pyspiel! Pygame is not a dependency of RLlib "
37
- "and RLlib requires you to install pygame separately: "
38
- "`pip install pygame`."
+ "Could not import pyspiel! Pyspiel is not a dependency of RLlib "
+ "and RLlib requires you to install pyspiel separately: "
+ "`pip install open_spiel`."
39
)
40
return None
41
0 commit comments