Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error in render function for CustomActionMaskedEnvironment Class #1239

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

mariojerez
Copy link
Contributor

Description

Changed the data type of grid so that strings could be added to the numpy array without throwing an error. Increased the dimensions of grid since pieces could be moved one step beyond its previous boundaries.

Found this issue when testing out the tutorial code and attempted to render it. It threw an error because the array was expecting numerical data, but was given strings.

…umpy array without throwing an error. Increased the dimensions of grid since pieces could be moved one step beyond its previous boundaries.
@David-GERARD David-GERARD self-assigned this Nov 24, 2024
@David-GERARD David-GERARD added the bug Something isn't working label Nov 24, 2024
@David-GERARD David-GERARD merged commit 5ea881c into Farama-Foundation:master Nov 24, 2024
43 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants