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

[Question] Compatibilities wrappers for Atari games and gymnasium #1217

Closed
TheGravityZero opened this issue Mar 7, 2023 · 0 comments
Closed

Comments

@TheGravityZero
Copy link

Question

Where can I get these wrappers that are compatible with gymnasium?

from stable_baselines3.common.atari_wrappers import (
    ClipRewardEnv,
    EpisodicLifeEnv,
    FireResetEnv,
    MaxAndSkipEnv,
    NoopResetEnv,
)

If you use them from sb3, then there is a problem:

obs, reward, done,  info = self.env.step(action)
ValueError: too many values to unpack (expected 4)
@TheGravityZero TheGravityZero changed the title [Question] Wrappers for Atari games [Question] Compatibilities wrappers for Atari games and gymnasium Mar 7, 2023
@TheGravityZero TheGravityZero reopened this Mar 7, 2023
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

No branches or pull requests

1 participant