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
Bug: The '.gitignore' file is configured to ignore the 'env' folder, which has resulted in the 'env' folder under the 'voyager' directory in the Minecraft branch not being uploaded to GitHub. This omission is causing errors during execution.
Steps to Reproduce:
Navigate to the 'voyager' directory in the Minecraft branch.
Verify that the 'env' folder is missing.
Attempt to run the application, resulting in errors due to the absence of the 'env' folder.
Invalid Class References in 'agentverse/tasks/init.py':
Bug: The 'init.py' file in 'agentverse/tasks' is referencing two classes that do not exist in the specified locations.
Code Snippet:
from .minecraft_2players_painting.output_parserimportMinecraft2PlayersPaintingParserfrom .minecraft_2players_paper.output_parserimportMinecraft2PlayersPaperParser
Expected Behavior: Ensure that the classes referenced in the code snippet above exist in the correct locations to avoid runtime errors.
Please address these issues to ensure the smooth operation of the Minecraft branch. Thank you!
The text was updated successfully, but these errors were encountered:
Missing 'env' Folder in 'voyager' Directory:
Invalid Class References in 'agentverse/tasks/init.py':
Please address these issues to ensure the smooth operation of the Minecraft branch. Thank you!
The text was updated successfully, but these errors were encountered: