Hi! Thanks for the great work!
When I'm running the following commands from your README.md:
cd rocket/stark_tech
# download the simulator (Minecraft 1.16.5)
python -c "from huggingface_hub import hf_hub_download;hf_hub_download(repo_id='phython96/ROCKET-MCP-Reborn', filename='MCP-Reborn.zip', local_dir='.')"
unzip MCP-Reborn.zip && rm MCP-Reborn.zip
# check if the simulator runs well
python env_interface.py
I encountered an issue: MCP-Reborn.zip appears to be missing from Huggingface. The hf_hub_download call fails with a "file not found" error.
Additionally, it seems your version of MCP-Reborn.zip might differ from the open-source versions of MCP-Reborn available elsewhere on the internet. Could you please upload your specific version of MCP-Reborn.zip to Huggingface or provide an alternative download link?
Thanks!
Hi! Thanks for the great work!
When I'm running the following commands from your
README.md:I encountered an issue:
MCP-Reborn.zipappears to be missing from Huggingface. Thehf_hub_downloadcall fails with a "file not found" error.Additionally, it seems your version of
MCP-Reborn.zipmight differ from the open-source versions of MCP-Reborn available elsewhere on the internet. Could you please upload your specific version ofMCP-Reborn.zipto Huggingface or provide an alternative download link?Thanks!