-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/minecraft update #276
base: minecraft
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @XianzheFan, thanks for the hard work!
for different .toml
files with same structure, can we just use one python program to generate them and separate the concrete scenario in a datafile (e.g., csv?)
you can check jinja for the purpose
https://github.com/noirbizarre/jinja2
@@ -126,25 +136,55 @@ | |||
""" | |||
EXAMPLES = """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what are these for? add a doc string to explain this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are some general action commands in Mindcraft to prevent LLM from outputting invalid commands.
I have added generate_toml.py and toml_generation.xlsx to do that. |
📑 Description
Added six Theory of Mind test questions:
During testing, a current screenshot (
image_url
) is provided. Currently, there are three tasks (more will be added later): crafting a stone pickaxe, crafting two chests, and crafting a boat and a chest.✅ Checks
type/descript
(e.g.feature/add-llm-agents
)