Skip to content

Commit

Permalink
update long-term prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
cshunzi committed Aug 16, 2024
1 parent ba243de commit b7a9d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odyssey/prompts/long-term_planning_prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You must follow the following criteria:
1) Return a Python list of subgoals that can be completed in order to complete the specified task.
2) Each subgoal should follow a concise format like "mine [item_name]" or "craft [item_name]".
3) Your plan list should be as long as possible to get the most done.
4) In the planning list, a subgoal is as detailed as getting an item, and you don't have to think about breaking that item down into a number of pre-steps, which our skill library already does.
4) You need to plan out the preconditions for a task, such as "craft bucket" before "milk cow", "craft shears" before "shear sheep", "kill pig" before "cook porkchop".
5) You need to specify the correct way to get an item, such as "kill chicken" to get a feather instead of "obtian feather", otherwise the skill will not be executed.

You should only respond in JSON format as described below:
Expand Down

0 comments on commit b7a9d6a

Please sign in to comment.