You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can load client from malmo/minecraft folder independently using terminal but gets this error when i run my source code both in terminal and in pycharm editor.
#26
Open
adil25 opened this issue
Mar 31, 2019
· 0 comments
return f(*args, **kwds)
[2019-03-31 13:34:45,761] Making new env: MinecraftBasic-v0
/home/adil/minecraft-py/minecraft_py/Malmo/Minecraft
Traceback (most recent call last):
File "/home/adil/Downloads/Minecraft-Reinforcement-Learning-master/DRQN_vs_DQN_minecraft.py", line 50, in
skip_steps = 0) #Movements modified to a faster convergence
File "/home/adil/anaconda3/lib/python3.6/site-packages/gym_minecraft-0.0.2-py3.6.egg/gym_minecraft/envs/minecraft_env.py", line 114, in init
self.mc_process, port = minecraft_py.start()
File "/home/adil/anaconda3/lib/python3.6/site-packages/minecraft_py-0.0.2-py3.6.egg/minecraft_py/init.py", line 80, in start
raise EOFError("Minecraft process finished unexpectedly")
EOFError: Minecraft process finished unexpectedly
The text was updated successfully, but these errors were encountered:
return f(*args, **kwds)
[2019-03-31 13:34:45,761] Making new env: MinecraftBasic-v0
/home/adil/minecraft-py/minecraft_py/Malmo/Minecraft
Traceback (most recent call last):
File "/home/adil/Downloads/Minecraft-Reinforcement-Learning-master/DRQN_vs_DQN_minecraft.py", line 50, in
skip_steps = 0) #Movements modified to a faster convergence
File "/home/adil/anaconda3/lib/python3.6/site-packages/gym_minecraft-0.0.2-py3.6.egg/gym_minecraft/envs/minecraft_env.py", line 114, in init
self.mc_process, port = minecraft_py.start()
File "/home/adil/anaconda3/lib/python3.6/site-packages/minecraft_py-0.0.2-py3.6.egg/minecraft_py/init.py", line 80, in start
raise EOFError("Minecraft process finished unexpectedly")
EOFError: Minecraft process finished unexpectedly
The text was updated successfully, but these errors were encountered: