You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
i was trying to expand go-explore for other games (gym and retro), but ran into the problem of facepixels. As far as I understand you use it to identify player coordinates.
I tried to get the pixel value for super-mario-bros from a gray scale picture, but you commented that the pixel value must be unique (not used elsewhere in the scene), which is not possible for mario and most other games (gym, atari, retro).
Did I understood this wrong and is there any way to make other games work with face pixels (without using x and y coordinates, which are often not avaiable, also would require a rewrite)? How to determine which value to use?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
i was trying to expand go-explore for other games (gym and retro), but ran into the problem of facepixels. As far as I understand you use it to identify player coordinates.
I tried to get the pixel value for super-mario-bros from a gray scale picture, but you commented that the pixel value must be unique (not used elsewhere in the scene), which is not possible for mario and most other games (gym, atari, retro).
Did I understood this wrong and is there any way to make other games work with face pixels (without using x and y coordinates, which are often not avaiable, also would require a rewrite)? How to determine which value to use?
The text was updated successfully, but these errors were encountered: