Closed TheGravityZero closed 1 year ago
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)
Question
Where can I get these wrappers that are compatible with gymnasium?
If you use them from sb3, then there is a problem: