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

NotImplementedError: The Gym space 'Tuple' is not yet supported in Pearl. #54

Open
EduardoGarrido90 opened this issue Jan 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@EduardoGarrido90
Copy link

EduardoGarrido90 commented Jan 24, 2024

Hi there, I am trying to use DeepQLearning to solve the discrete Blackjack Gymnasium environment (Blackjack-v1), where the Observation Space is a tuple, Tuple(Discrete(32), Discrete(11), Discrete(2)), but when I launch Pearl I obtain the following error:

raise NotImplementedError(NotImplementedError: The Gym space 'Tuple' is not yet supported in Pearl.

Do we know when are we going to solve this issue? Lots of environments have tuples, or if there is a quick workaround to make Pearl support this environment.

Thanks,

@EduardoGarrido90
Copy link
Author

Same happens with Atari environments, like airraid: ValueError: Tensor of shape torch.Size([250, 160, 3]) is not supported.

@rodrigodesalvobraz
Copy link
Contributor

We are looking into this, but it will take a while for us to get to it unfortunately. I will update it here when we do.

@rodrigodesalvobraz rodrigodesalvobraz added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants