pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.18k stars 158 forks source link

problem about atari reproduction #191

Open GongYanfu opened 9 months ago

GongYanfu commented 9 months ago

when I use the command as you showed for us int the folder of "examples/atari/reproduction", error occurred in all those four examples as bellow: image the env made by gym.make() isn't an instance of TimeLimit how to solve this question?

prabhatnagarajan commented 9 months ago

Can you tell me what version of gym you are using?