Skip to content

Replace pygame with pygame-ce for latest gymnasium compatibility#30

Open
traversaro wants to merge 1 commit into
huggingface:mainfrom
traversaro:patch-1
Open

Replace pygame with pygame-ce for latest gymnasium compatibility#30
traversaro wants to merge 1 commit into
huggingface:mainfrom
traversaro:patch-1

Conversation

@traversaro
Copy link
Copy Markdown

The latest version of gymnasium, gymnasium 1.3.0, switched the extra that depended on pygame (that is kind of unmaintained) to pygame-ce (a drop-in maintained friendly fork), see Farama-Foundation/Gymnasium#1512 . Depending on which extra of gymnasium are installed, this may result in both pygame and pygame-ce being installed, with the one actually installed and used depending on the order of installation.

To avoid this problem, this PR also updates gym-pusht to use pygame-ce in place of pygame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant