commands
stringlengths
3
59
actions
stringlengths
5
479
template_name
stringclasses
11 values
template
stringclasses
11 values
rendered_input
stringlengths
52
534
rendered_output
stringlengths
3
430
run around left twice and run opposite left thrice
I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run around left twice and run opposite left thrice
turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, turn left, run, turn left, turn left, run, turn left, turn left, run
turn opposite right thrice and run opposite right twice
I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite right thrice and run opposite right twice
turn right, turn right, turn right, turn right, turn right, turn right, turn right, turn right, run, turn right, turn right, run
run opposite left after turn right twice
I_TURN_RIGHT I_TURN_RIGHT I_TURN_LEFT I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite left after turn right twice
turn right, turn right, turn left, turn left, run
turn opposite right twice and run opposite left
I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_LEFT I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite right twice and run opposite left
turn right, turn right, turn right, turn right, turn left, turn left, run
walk twice after jump thrice
I_JUMP I_JUMP I_JUMP I_WALK I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk twice after jump thrice
jump, jump, jump, walk, walk
run around left twice after run around left twice
I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run around left twice after run around left twice
turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run
run opposite right and look opposite left twice
I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite right and look opposite left twice
turn right, turn right, run, turn left, turn left, look, turn left, turn left, look
walk twice and jump
I_WALK I_WALK I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk twice and jump
walk, walk, jump
walk right thrice after jump opposite left thrice
I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk right thrice after jump opposite left thrice
turn left, turn left, jump, turn left, turn left, jump, turn left, turn left, jump, turn right, walk, turn right, walk, turn right, walk
walk left thrice and turn left twice
I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk left thrice and turn left twice
turn left, walk, turn left, walk, turn left, walk, turn left, turn left
look opposite right thrice and walk opposite left twice
I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite right thrice and walk opposite left twice
turn right, turn right, look, turn right, turn right, look, turn right, turn right, look, turn left, turn left, walk, turn left, turn left, walk
run opposite right thrice
I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite right thrice
turn right, turn right, run, turn right, turn right, run, turn right, turn right, run
turn left thrice after turn right thrice
I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn left thrice after turn right thrice
turn right, turn right, turn right, turn left, turn left, turn left
walk opposite right thrice and turn right
I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right thrice and turn right
turn right, turn right, walk, turn right, turn right, walk, turn right, turn right, walk, turn right
turn around left after walk around left
I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left after walk around left
turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, turn left, turn left, turn left
look opposite left twice after look opposite left
I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite left twice after look opposite left
turn left, turn left, look, turn left, turn left, look, turn left, turn left, look
look opposite right after run
I_RUN I_TURN_RIGHT I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite right after run
run, turn right, turn right, look
walk around right thrice and look thrice
I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_LOOK I_LOOK I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk around right thrice and look thrice
turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, look, look, look
run right thrice after look opposite right
I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run right thrice after look opposite right
turn right, turn right, look, turn right, run, turn right, run, turn right, run
look opposite right after run thrice
I_RUN I_RUN I_RUN I_TURN_RIGHT I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite right after run thrice
run, run, run, turn right, turn right, look
walk right after walk right
I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk right after walk right
turn right, walk, turn right, walk
run right after jump opposite left thrice
I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run right after jump opposite left thrice
turn left, turn left, jump, turn left, turn left, jump, turn left, turn left, jump, turn right, run
jump left twice after look thrice
I_LOOK I_LOOK I_LOOK I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump left twice after look thrice
look, look, look, turn left, jump, turn left, jump
look opposite left twice after walk opposite left thrice
I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite left twice after walk opposite left thrice
turn left, turn left, walk, turn left, turn left, walk, turn left, turn left, walk, turn left, turn left, look, turn left, turn left, look
run opposite right after look opposite right twice
I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite right after look opposite right twice
turn right, turn right, look, turn right, turn right, look, turn right, turn right, run
jump opposite right and jump left
I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump opposite right and jump left
turn right, turn right, jump, turn left, jump
turn around left twice and look thrice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_LOOK I_LOOK I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left twice and look thrice
turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, look, look, look
walk around left twice after run opposite left thrice
I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk around left twice after run opposite left thrice
turn left, turn left, run, turn left, turn left, run, turn left, turn left, run, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk
walk opposite left twice after run opposite right twice
I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite left twice after run opposite right twice
turn right, turn right, run, turn right, turn right, run, turn left, turn left, walk, turn left, turn left, walk
turn opposite left twice after walk around left twice
I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite left twice after walk around left twice
turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, turn left, turn left, turn left
walk twice and walk opposite left
I_WALK I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk twice and walk opposite left
walk, walk, turn left, turn left, walk
run around left thrice after turn opposite left
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run around left thrice after turn opposite left
turn left, turn left, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run, turn left, run
turn left thrice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn left thrice
turn left, turn left, turn left
look around left twice after jump around left
I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around left twice after jump around left
turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look
jump around left thrice after jump twice
I_JUMP I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump around left thrice after jump twice
jump, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump
turn opposite left twice and jump around left
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite left twice and jump around left
turn left, turn left, turn left, turn left, turn left, jump, turn left, jump, turn left, jump, turn left, jump
run and turn opposite left
I_RUN I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run and turn opposite left
run, turn left, turn left
jump opposite left twice and look right
I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump opposite left twice and look right
turn left, turn left, jump, turn left, turn left, jump, turn right, look
walk opposite right thrice and walk right thrice
I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right thrice and walk right thrice
turn right, turn right, walk, turn right, turn right, walk, turn right, turn right, walk, turn right, walk, turn right, walk, turn right, walk
run thrice and walk opposite left twice
I_RUN I_RUN I_RUN I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run thrice and walk opposite left twice
run, run, run, turn left, turn left, walk, turn left, turn left, walk
turn opposite left twice after run opposite right thrice
I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite left twice after run opposite right thrice
turn right, turn right, run, turn right, turn right, run, turn right, turn right, run, turn left, turn left, turn left, turn left
walk opposite right twice after look around right thrice
I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right twice after look around right thrice
turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, turn right, walk, turn right, turn right, walk
turn around left and walk twice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_WALK I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left and walk twice
turn left, turn left, turn left, turn left, walk, walk
run opposite left after jump opposite right twice
I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_LEFT I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite left after jump opposite right twice
turn right, turn right, jump, turn right, turn right, jump, turn left, turn left, run
turn right after look left thrice
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn right after look left thrice
turn left, look, turn left, look, turn left, look, turn right
turn opposite left after look opposite left twice
I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite left after look opposite left twice
turn left, turn left, look, turn left, turn left, look, turn left, turn left
walk and jump right thrice
I_WALK I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk and jump right thrice
walk, turn right, jump, turn right, jump, turn right, jump
look opposite right twice after run right
I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite right twice after run right
turn right, run, turn right, turn right, look, turn right, turn right, look
look left twice and look opposite left
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look left twice and look opposite left
turn left, look, turn left, look, turn left, turn left, look
walk opposite right after run left
I_TURN_LEFT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right after run left
turn left, run, turn right, turn right, walk
look around left after turn opposite left thrice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around left after turn opposite left thrice
turn left, turn left, turn left, turn left, turn left, turn left, turn left, look, turn left, look, turn left, look, turn left, look
walk after look around right twice
I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk after look around right twice
turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, turn right, look, walk
walk after walk thrice
I_WALK I_WALK I_WALK I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk after walk thrice
walk, walk, walk, walk
turn opposite left thrice after run
I_RUN I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite left thrice after run
run, turn left, turn left, turn left, turn left, turn left, turn left
walk right thrice after look thrice
I_LOOK I_LOOK I_LOOK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk right thrice after look thrice
look, look, look, turn right, walk, turn right, walk, turn right, walk
jump opposite right and look
I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump opposite right and look
turn right, turn right, jump, look
walk thrice and look around left
I_WALK I_WALK I_WALK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk thrice and look around left
walk, walk, walk, turn left, look, turn left, look, turn left, look, turn left, look
walk around right thrice and turn left twice
I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk around right thrice and turn left twice
turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn left, turn left
turn opposite right twice after run opposite right
I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite right twice after run opposite right
turn right, turn right, run, turn right, turn right, turn right, turn right
look opposite left and look thrice
I_TURN_LEFT I_TURN_LEFT I_LOOK I_LOOK I_LOOK I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite left and look thrice
turn left, turn left, look, look, look, look
look right thrice after turn opposite right thrice
I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look right thrice after turn opposite right thrice
turn right, turn right, turn right, turn right, turn right, turn right, turn right, look, turn right, look, turn right, look
look around left and look opposite right
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around left and look opposite right
turn left, look, turn left, look, turn left, look, turn left, look, turn right, turn right, look
walk opposite right thrice after walk opposite left
I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right thrice after walk opposite left
turn left, turn left, walk, turn right, turn right, walk, turn right, turn right, walk, turn right, turn right, walk
run opposite right twice after run twice
I_RUN I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite right twice after run twice
run, run, turn right, turn right, run, turn right, turn right, run
run opposite right after look around left twice
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite right after look around left twice
turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn right, turn right, run
run around left and look opposite right
I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run around left and look opposite right
turn left, run, turn left, run, turn left, run, turn left, run, turn right, turn right, look
run right twice after turn right twice
I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run right twice after turn right twice
turn right, turn right, turn right, run, turn right, run
look around left after jump left thrice
I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around left after jump left thrice
turn left, jump, turn left, jump, turn left, jump, turn left, look, turn left, look, turn left, look, turn left, look
run around left and walk left
I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run around left and walk left
turn left, run, turn left, run, turn left, run, turn left, run, turn left, walk
run right after look around left
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run right after look around left
turn left, look, turn left, look, turn left, look, turn left, look, turn right, run
jump left twice and walk thrice
I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_WALK I_WALK I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump left twice and walk thrice
turn left, jump, turn left, jump, walk, walk, walk
jump and walk around left twice
I_JUMP I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump and walk around left twice
jump, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk
look around left thrice and walk around left twice
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WA...
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around left thrice and walk around left twice
turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, look, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn left, wal...
turn around left thrice and jump left
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left thrice and jump left
turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, jump
turn left twice and walk left thrice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn left twice and walk left thrice
turn left, turn left, turn left, walk, turn left, walk, turn left, walk
walk opposite right twice and look opposite right twice
I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right twice and look opposite right twice
turn right, turn right, walk, turn right, turn right, walk, turn right, turn right, look, turn right, turn right, look
turn around left twice after run right twice
I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left twice after run right twice
turn right, run, turn right, run, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left
turn right and run opposite right
I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn right and run opposite right
turn right, turn right, turn right, run
turn around left twice and walk left twice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left twice and walk left twice
turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, walk, turn left, walk
look around right after run thrice
I_RUN I_RUN I_RUN I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around right after run thrice
run, run, run, turn right, look, turn right, look, turn right, look, turn right, look
jump left and run right thrice
I_TURN_LEFT I_JUMP I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump left and run right thrice
turn left, jump, turn right, run, turn right, run, turn right, run
turn opposite left after turn around left
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn opposite left after turn around left
turn left, turn left, turn left, turn left, turn left, turn left
turn around left thrice and turn right twice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_RIGHT I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left thrice and turn right twice
turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn left, turn right, turn right
look around left and run opposite right thrice
I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around left and run opposite right thrice
turn left, look, turn left, look, turn left, look, turn left, look, turn right, turn right, run, turn right, turn right, run, turn right, turn right, run
look opposite left thrice and turn opposite right
I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look opposite left thrice and turn opposite right
turn left, turn left, look, turn left, turn left, look, turn left, turn left, look, turn right, turn right
jump right after walk around left
I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_RIGHT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. jump right after walk around left
turn left, walk, turn left, walk, turn left, walk, turn left, walk, turn right, jump
walk left twice and run
I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk left twice and run
turn left, walk, turn left, walk, run
walk right twice and turn right
I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk right twice and turn right
turn right, walk, turn right, walk, turn right
walk left thrice after jump thrice
I_JUMP I_JUMP I_JUMP I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk left thrice after jump thrice
jump, jump, jump, turn left, walk, turn left, walk, turn left, walk
run left thrice after jump around left thrice
I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run left thrice after jump around left thrice
turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, run, turn left, run, turn left, run
run right and jump left twice
I_TURN_RIGHT I_RUN I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run right and jump left twice
turn right, run, turn left, jump, turn left, jump
run after run around left
I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run after run around left
turn left, run, turn left, run, turn left, run, turn left, run, run
walk around right and jump around left twice
I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk around right and jump around left twice
turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump
walk around right thrice and turn left thrice
I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk around right thrice and turn left thrice
turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn right, walk, turn left, turn left, turn left
turn around left and turn opposite right twice
I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left and turn opposite right twice
turn left, turn left, turn left, turn left, turn right, turn right, turn right, turn right
run right and run around left
I_TURN_RIGHT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run right and run around left
turn right, run, turn left, run, turn left, run, turn left, run, turn left, run
turn around left after jump around left thrice
I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. turn around left after jump around left thrice
turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, jump, turn left, turn left, turn left, turn left
look around right and look
I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_LOOK
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. look around right and look
turn right, look, turn right, look, turn right, look, turn right, look, look
walk opposite right thrice and run thrice
I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_RUN I_RUN I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. walk opposite right thrice and run thrice
turn right, turn right, walk, turn right, turn right, walk, turn right, turn right, walk, run, run, run
run opposite left and run left twice
I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
affirmative_beginning
{% set scan_lst_of_actions = actions.split(' ') %} {% set lst_of_actions = [] %} {% for item in scan_lst_of_actions %} {{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }} {% endfor %} {% set actions = lst_of_actions | join(", ") %} Given the commands below, please produce the cor...
Given the commands below, please produce the corresponding correct sequence of actions. The actions should be comma-separated. A few examples of actions include: "turn right", "walk", "run", etc. run opposite left and run left twice
turn left, turn left, run, turn left, run, turn left, run