Hu Xu
Results
2
issues of
Hu Xu
testing code cannot handle a residual batch of size 1 it seems the padding code make the lengths to be 0 dims.
I got many errors like: File ".../curiosity-driven-exploration-pytorch/envs.py", line 266, in run obs, reward, done, info = self.env.step(action) File ".../envs/p3-torch10/lib/python3.6/site-packages/nes_py/wrappers/binary_to_discrete_space_env.py", line 67, in step return self.env.step(self._action_map[action]) File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/wrappers/time_limit.py", line 31, in...