Hi, thanks for your work on this project.
I followed the instructions and executed the commands in the exact order provided, but I encountered the error shown below. Do you happen to know what might be causing this issue?
Any guidance would be greatly appreciated.
INFO: Starting Minecraft process with device: cpu
Gym has been unmaintained since 2022 and does not support NumPy 2.0 amongst other critical functionality.
Please upgrade to Gymnasium, the maintained drop-in replacement of Gym, or contact the authors of your software and request that they upgrade.
Users of this version of Gym should be able to simply replace 'import gym' with 'import gymnasium as gym' in the vast majority of cases.
See the migration guide at https://gymnasium.farama.org/introduction/migration_guide/ for additional information.
ERROR:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:01] [Render thread/WARN]: ERROR : Couldn't load Narrator library : Unable to load library 'fliteWrapper': Can't obtain InputStream for linux-x86-64/libfliteWrapper.so
ERROR:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:02] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: java.lang.RuntimeException: Failed to parse into SignedJWT: null
ERROR:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:03] [Worker-Main-13/ERROR]: Using missing texture, unable to load minecraft:optifine/ctm/default/empty.png : java.io.FileNotFoundException: minecraft:optifine/ctm/default/empty.png
ERROR:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:03] [Render thread/ERROR]: Error starting SoundSystem. Turning off sounds & music
ERROR:minestudio.simulator.minerl.env.malmo.instance.f6566c:java.lang.IllegalStateException: Failed to open OpenAL device
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:03] [Render thread/WARN]: [OptiFine] Missing CTM sprite: minecraft:optifine/ctm/default/empty
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:06] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:06] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:06] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:06] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:06] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
WARNING:minestudio.simulator.minerl.env.malmo.instance.f6566c:[16:37:23] [Render thread/WARN]: Failed to load texture: minecraft:optifine/ctm/default/empty.png
ERROR:minestudio.simulator.minerl.env.malmo.instance.f6566c:java.io.FileNotFoundException: minecraft:optifine/ctm/default/empty.png
CommandsCallback(commands=['/give @s minecraft:oak_log 4', '/setblock ~2 ~ ~ minecraft:crafting_table', 'base', '_self_'])
JudgeResetCallback()
Environment reset: 0
RecordCallback()
Traceback (most recent call last):
File "/home/ubuntu/roko/MCU/MCU_benchmark/run_task.py", line 93, in <module>
get_video(commands, text, file_path)
File "/home/ubuntu/roko/MCU/MCU_benchmark/run_task.py", line 61, in get_video
action, state_in = model.get_steve_action(condition, obs, state_in, input_shape='*')
File "/home/ubuntu/miniconda3/envs/mcu/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1962, in __getattr__
raise AttributeError(
AttributeError: 'SteveOnePolicy' object has no attribute 'get_steve_action'```
Hi, thanks for your work on this project.
I followed the instructions and executed the commands in the exact order provided, but I encountered the error shown below. Do you happen to know what might be causing this issue?
Any guidance would be greatly appreciated.