zhoubohan0 / STG-Transformer

Official implementation of "Learning from Visual Observation via Offline Pretrained State-to-Go Transformer"
MIT License
19 stars 1 forks source link

issues #3

Open FrankGod111 opened 4 months ago

FrankGod111 commented 4 months ago

When I encountered the following error, I have tried the solution online, how to solve this? Traceback (most recent call last): File ".\dataset\process_Dopamine.py", line 16, in env = gym.make(f'{env_id}', stack=True) # -v{0, 1, 2, 3, 4} for datasets with the other random seeds File "C:\Users\FrankGod.conda\envs\STGGPU\lib\site-packages\gym\envs\registration.py", line 184, in make return registry.make(id, **kwargs) File "C:\Users\FrankGod.conda\envs\STGGPU\lib\site-packages\gym\envs\registration.py", line 105, in make spec = self.spec(path) File "C:\Users\FrankGod.conda\envs\STGGPU\lib\site-packages\gym\envs\registration.py", line 167, in spec raise error.UnregisteredEnv("No registered env with id: {}".format(id)) gym.error.UnregisteredEnv: No registered env with id: breakout-epoch-50-v0

marleynika03 commented 3 months ago

Hi, could you provide the complete code?