hydro-man
hydro-man
When i run the following code to test the model atari_wrapper : ``` env=atari_wrappers.wrap_deepmind( atari_wrappers.make_atari(env_id='PongNoFrameskip-v4'), # PongNoFrameskip-v4 clip_rewards=False, frame_stack=True, scale=False, ) env.reset() ``` I got a ValueError: ``` A.L.E: Arcade...
when i run memory_maze i met a Error below: `/home/DQC/anaconda3/envs/test/lib/python3.7/site-packages/glfw/__init__.py:912: GLFWError: (65544) b'X11: The DISPLAY environment variable is missing' warnings.warn(message, GLFWError) /home/DQC/anaconda3/envs/test/lib/python3.7/site-packages/glfw/__init__.py:912: GLFWError: (65537) b'The GLFW library is not initialized'...