Hello, when I train ETD on MiniGrid, the program crashes with the following error:
File "/home/xxx/ETD/src/algo/ppo_rollout.py", line 806, in learn
if self.env_source == EnvSrc.PandaGym:
File "/home/xxx/anaconda3/envs/etd/lib/python3.8/enum.py", line 384, in getattr
raise AttributeError(name) from None
AttributeError: PandaGym
How can I fix this? Thank you!
Hello, when I train ETD on MiniGrid, the program crashes with the following error:
File "/home/xxx/ETD/src/algo/ppo_rollout.py", line 806, in learn
if self.env_source == EnvSrc.PandaGym:
File "/home/xxx/anaconda3/envs/etd/lib/python3.8/enum.py", line 384, in getattr
raise AttributeError(name) from None
AttributeError: PandaGym
How can I fix this? Thank you!