Conversation
XuhuiZhou
left a comment
There was a problem hiding this comment.
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.
what are these for? add a doc string to explain this?
There was a problem hiding this comment.
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)