Skip to content

[RLlib] Typo in error message on line 37 of ray/rllib/env/utils/__init__.py #53841

Open
@MatthewCWeston

Description

@MatthewCWeston

Description

Currently, it says:

 raise ImportError(
                "Could not import pyspiel! Pygame is not a dependency of RLlib "
                "and RLlib requires you to install pygame separately: "
                "`pip install pygame`."
            )

This appears to be a copy-paste error. It should say:

 raise ImportError(
                "Could not import pyspiel! Pyspiel is not a dependency of RLlib "
                "and RLlib requires you to install pyspiel separately: "
                "`pip install open_spiel`."
            )

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsAn issue or change related to documentationtriageNeeds triage (eg: priority, bug/not-bug, and owning component)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions