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
Hi, thank you for your sharing of the great work! But I got a problem during running.
I am trying to reimplement the loop demo as the introduction of readme and the system (here, the code is not run in my computer but on google Colab) return the error info below:
...
Error executing job with overrides: []
Traceback (most recent call last):
File "/content/MineCLIP/main/mineagent/run_env_in_loop.py", line 91, in main
obs = env.reset()
File "/usr/local/lib/python3.10/dist-packages/mineclip/dense_reward/mob_combat/combat_spider.py", line 77, in reset
return super().reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/mineclip/dense_reward/mob_combat/dense_reward.py", line 25, in reset
obs = super().reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/gym/core.py", line 292, in reset
return self.env.reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/gym/core.py", line 292, in reset
return self.env.reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/wrappers/ar_nn/delta_inventory_wrapper.py", line 78, in reset
observation = self.env.reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/gym/core.py", line 319, in reset
observation = self.env.reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/wrappers/ar_nn/nn_action_space_wrapper.py", line 259, in reset
obs = self.env.reset(**kwargs)
File "/usr/local/lib/python3.10/dist-packages/minedojo/tasks/meta/base.py", line 87, in reset
obs = self.env.reset()
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/wrappers/fast_reset.py", line 71, in reset
return self.env.reset()
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/sim.py", line 419, in reset
raw_obs = self._bridge_env.reset(episode_id, [xml])[0]
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/bridge/bridge_env/bridge_env.py", line 72, in reset
self._setup_instances()
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/bridge/bridge_env/bridge_env.py", line 157, in _setup_instances
self._instances.extend([f.result() for f in instance_futures])
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/bridge/bridge_env/bridge_env.py", line 157, in <listcomp>
self._instances.extend([f.result() for f in instance_futures])
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 451, in result
return self.__get_result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/bridge/bridge_env/bridge_env.py", line 177, in _get_new_instance
instance.launch(replaceable=self._is_fault_tolerant)
File "/usr/local/lib/python3.10/dist-packages/minedojo/sim/bridge/mc_instance/instance.py", line 201, in launch
raise EOFError(
EOFError: /tmp/tmpzq5jdvuq/Minecraft
# Configuration file
# Autogenerated from command-line options
It seems that the problem raises during loading Java modules and building for the support of minecraft. However, it still keeps running without any breaks until the final error thrown:
...
Note: Writing refmap to /tmp/tmpzq5jdvuq/Minecraft/build/tmp/compileJava/compileJava-refmap.json
Note: Writing refmap to /tmp/tmpzq5jdvuq/Minecraft/build/tmp/compileJava/compileJava-refmap.json
Note: Writing searge output SRGs to /tmp/tmpzq5jdvuq/Minecraft/build/tmp/compileJava/mcp-srg.srg
Note: Writing notch output SRGs to /tmp/tmpzq5jdvuq/Minecraft/build/tmp/compileJava/mcp-notch.srg
100 errors
34 warnings
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
...
Could you please help to fix this? Many thanks!
The text was updated successfully, but these errors were encountered:
Hi, thank you for your sharing of the great work! But I got a problem during running.
I am trying to reimplement the loop demo as the introduction of readme and the system (here, the code is not run in my computer but on google Colab) return the error info below:
until the error exactly declared:
It seems that the problem raises during loading Java modules and building for the support of minecraft. However, it still keeps running without any breaks until the final error thrown:
Could you please help to fix this? Many thanks!
The text was updated successfully, but these errors were encountered: