query
stringlengths
569
1.96k
completion
stringlengths
2
1.57k
horizon
int64
1
6
num_tokens
int64
189
1.08k
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 4 } ], "objects": [ { "name": "tree", "type": "removed" } ] }
3
403
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 2 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "table", "type": "changed", "loc": "east" }, { "name": "water", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
4
424
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 2 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2, "loc": "north-west" }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type": "cha...
2
529
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 3, "loc": "north-east" } ], "facing": { "type": "cha...
3
394
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "health", "value": 3 } ], "objects": [ { "name": "water", "dist": 7, "loc": "north-east", "type": "added" }, { "name": "path", "type": "changed", "dist": 1, "loc": "south" }, { "name": "sand", ...
4
703
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 1 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "east" }, { "name": "zombie", "type": "changed", "dist": 1, "loc": "south" } ] }
3
607
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 8 }, { "n...
{ "facing": { "type": "changed", "value": "plant" } }
2
380
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "west" }, { "name": "table", "type": "changed", "dist": 2, "loc": "north-east" }, { "name": ...
3
401
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "energy", "value": 6 } ] }
6
379
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "cow", "dist": 4, "loc": "south-west", "type": "added" } ] }
2
489
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "energy", "value": 7 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 1 } ] }
3
415
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "cow", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
4
374
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 2 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "zombie", "type": "changed", "dist": 2 } ] }
3
513
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 2 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 2 }, { "name": "tree", "type": "changed", "dist": 1 }, { "name": "table", "type": "changed", "dist": 5 ...
4
562
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 3 }, { "name": "energy", "value": 4 } ], "objects": [ { "name": "tree", "dist": 2, "loc": "north-east", "type": "added" }, { "name": "tab...
6
541
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "drink", "value": 6 } ] }
5
329
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "energy", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "stone", "type": "changed", "dist": 7 }, { "name": "path", "type": "changed...
2
649
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 2 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 1 }, { "name": "stone", "type": "changed", "loc": "east" }, { "name": "coal", "type": "changed", "dist": 2, "loc": "east" }, { "name": "skeleton", "type": "c...
1
516
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{}
5
473
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 }, { "name": "energy", "value": 2 } ], "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "loc": "east" }, { "name": ...
6
618
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 2 }, { "name": "plant", "type": "changed", "dist": 2...
4
490
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 4, "loc": "north-east" }, { "name": "path", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "tree"...
5
531
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 5 }, { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "north-east" }, { "name": "gras...
6
742
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 3, "loc": "south-east" }, { "name": "table", ...
4
459
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 6 }, { "n...
{ "inventory": [ { "name": "coal", "value": 1, "type": "added" } ], "objects": [ { "name": "path", "type": "changed", "dist": 1, "loc": "south" }, { "name": "coal", "type": "changed", "dist": 2, "loc": "west" } ], "facin...
3
529
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 1, "loc": "east" } ] }
5
303
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "drink", "value": 3 }, { "name": "energy", "value": 5 } ], "objects": [ { "name": "water", "type": "changed", "loc": "north-west" }, { "name": "path", "type": "changed", "loc": "south" }, { ...
3
645
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "drink", "value": 3 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "tree", "dist": 6, "loc": "north-west", "type": "added" }, { "name": "coal", "type": "changed", ...
3
606
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{}
5
303
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 1 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 }, { "name": "drink", "value": 5 }, { "name": "energy", "value": 2 } ], "objects": [ { "name": "zombie", "type": "changed", "dist": 2, "loc": "north-east" } ], "facing": { ...
5
475
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 6 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2, "loc": "east" }, { "name": "stone", "...
6
738
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "coal", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "coal", "type": "changed", "dist": 2 }, { "name": "iron", "dist": 6, ...
3
644
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 }, { "name": "drink", "value": 4 } ] }
4
319
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "arrow", "type": "removed" }, { "name": "plant", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
2
528
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "stone", "type": "changed", "dist": 5 }, { "name": "cow", "type": "changed", "loc": "south-west" } ] }
2
350
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "sand", "type": "changed", "dist": 5, "loc": "north-west" }, { "name": "tree", "type": "changed", ...
3
524
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 }, { "name": "drink", "value": 4 } ] }
6
274
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 1 }, { "n...
{ "vitals": [ { "name": "health", "value": 8 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 3 } ] }
2
549
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "inventory": [ { "name": "sapling", "type": "removed" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 3, "loc": "west" }, { "name": "table", "type":...
5
510
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "energy", "value": 8 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 5 } ] }
4
380
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 7 }, { "n...
{}
5
278
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 5 }, { "n...
{ "facing": { "type": "changed", "value": "stone" } }
4
537
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 8 }, { "n...
{}
1
460
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 2 }, { "n...
{ "inventory": [ { "name": "coal", "type": "changed", "value": 3 } ], "objects": [ { "name": "path", "type": "changed", "loc": "west" }, { "name": "coal", "type": "changed", "dist": 2 } ], "facing": { "type": "changed", "val...
1
482
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ] }
4
353
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{}
2
356
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 2, "loc": "south-west" }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 5 }, { "name": "table", "type":...
3
461
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 } ] }
1
430
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 7 } ], "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "north" }, { "name": "table", "type": "changed", "dist": 1, "loc": "east" }, { "name": "plant", ...
4
496
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 8 }, { "name": "energy", "value": 4 } ] }
3
327
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 }, { "name": "drink", "value": 4 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "cow", "type": "changed", "dist": 2, "loc": "north-west" ...
5
476
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "stone", "type": "changed", "loc": "west" }, { "name": "path", "type": "chang...
6
648
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "loc": "south-west" }, { "name": "table", "type": "changed", "loc": "east" }, { "name": "cow", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
3
490
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 7 }, { "n...
{}
6
365
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 7 }, { "n...
{ "inventory": [ { "name": "coal", "value": 1, "type": "added" } ], "objects": [ { "name": "path", "type": "changed", "dist": 1 }, { "name": "coal", "type": "changed", "dist": 4 } ], "facing": { "type": "changed", "value": "...
3
495
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 4 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 7 } ], "objects": [ { "name": "tree", "type": "changed", "loc": "north-east" }, { "name": "table", "dist": 1, "loc": "east", "type": "added" }, { "name": "co...
5
453
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 3 }, { "n...
{ "inventory": [ { "name": "stone", "type": "changed", "value": 4 } ], "objects": [ { "name": "stone", "type": "changed", "loc": "north" }, { "name": "path", "type": "changed", "loc": "west" } ], "facing": { "type": "changed", ...
4
557
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 } ], "objects": [ { "name": "zombie", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
4
352
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 4, "loc": "north-west" }, { "name": "...
5
454
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 2 }, { "name": "food", "value": 2 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 3 }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "lava", "type": "changed", "dist": 4...
6
626
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 7 }, { "n...
{}
2
334
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 2 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 2 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "loc": "s...
2
655
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 } ], "facing": { "type": "changed", "value": "zombie" } }
2
419
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "water", "dist": 7, "loc": "south-west", "type": "added" }, { "name": "sand", ...
6
530
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 6 }, { "n...
{ "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": ...
3
631
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "tree", "type": "changed", "dist": 1 }, { "name": "table", "type": "changed", "dist": 5 }, { "name": "cow", "type": "changed", "dist": 4 ...
1
539
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 2 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 2, "loc": "east" } ] }
2
382
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "drink", "value": 6 } ] }
6
490
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "drink", "value": 5 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 4, "loc": "north-west" }, { "name": "path", "type": "chan...
6
644
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 4 } ], "objects": [ { "name": "sand", "dist": 7, "loc": "north-east", "type": "added" }, { "name": "tree", ...
2
384
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "drink", "value": 3 }, { "name": "energy", "value": 5 } ] }
4
384
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "inventory": [ { "name": "stone", "type": "changed", "value": 1 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2, "loc": "north" }, { "name": "path", "type": "changed", "dist": 2 }, { "name": "lava", ...
4
653
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "sand", "type": "changed", "loc": "north-east" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "east" } ], "facing": { "type": "changed", ...
2
443
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 7 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 5 } ], "objects": [ { "name": "table", "type": "changed", "dist": 4, "loc": "north-west" } ] }
6
391
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 3 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 9 } ], "objects": [ { "name": "table", "type": "changed", "dist": 5 }, { "name": "cow", "type": "changed", "dist": 4, "loc": "south-west" }, { "name": "zombi...
3
484
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "tree", "type": "changed", "dist": 4, "loc": "south-east" }, { "name": "table", "type": "chan...
4
494
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "north" }, { "name": "sand", "type": "changed", "dist": 2 }, { "name": "table", "type": "changed", "dist": 1, "loc": "east" } ] }
1
404
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "east" }, { "name": "zombie", "type": "changed", "dist": 1, "loc": "north" }, { "name": "cow", "type": "removed"...
3
543
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 7 }, { "n...
{}
5
308
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 4 }, { "n...
{ "facing": { "type": "changed", "value": "grass" } }
2
455
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 6 }, { "name": "water", "type": "removed" } ], "facing": { "type": "changed", "value": "sand" } }
1
385
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 2 }, { "n...
{}
5
402
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 6 }, { "n...
{}
2
470
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 1, "loc": "west" }, { "name": "stone", "...
4
770
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 0 }, { "n...
{}
1
415
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "loc": "west" }, { "name": "grass", "type": "changed", "loc": "south" }, { "name": "sand", "type": "changed", "dist": 1, "loc": "north" }, { "name": "table", "type":...
2
478
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 5 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ] }
5
435
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 8 }, { "n...
{}
1
299
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 }, { "name": "energy", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 3, "lo...
5
545
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 } ], "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "north" }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "table", "type": "changed", ...
3
479
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{}
1
214
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{}
3
295
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 2, "loc": "south-west" } ], "facing": { "...
2
389
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 1 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "dist": 1 }, { "name": "table", "type": "changed", "dist": ...
3
587
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 2 }, { "name": "drink", "value": 1 }, { "n...
{ "vitals": [ { "name": "energy", "value": 3 } ] }
2
314
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "drink", "value": 5 } ] }
6
560
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 }, { "name": "drink", "value": 2 } ], "objects": [ { "name": "stone", "type": "changed", "loc": "west" }, { "name": "path", "type": "changed", "dist": 1, "loc": "west" }, ...
5
809
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 8 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "zombie", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
2
492
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 3, "loc": "west" }, { "name": "cow", "type": "changed", "dist": 6, "loc": "south-east" } ] }
6
358
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 7 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "dist": 3 }, { "name": "sand", "type": "changed", "dist": 3...
2
620