tambetm / gym-minecraft

Minecraft environment for Open AI Gym, based on Microsoft's Malmo.
272 stars 29 forks source link

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 5 years ago

adil25 commented 5 years ago

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