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": 2 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "cow", "type": "changed", "dist": 2, "loc": "north-west" } ] }
1
373
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 }, { "name": "drink", "value": 9 } ], "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "...
4
517
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": 6 }, { "n...
{ "vitals": [ { "name": "energy", "value": 6 } ] }
4
341
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": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "drink", "value": 5 } ], "inventory": [ { "name": "stone", "type": "changed", "value": 1 } ], "objects": [ { "name": "path", "type": "changed", "loc": "south" }, { "name": "furnace", "dist": 1, ...
5
630
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": 9 }, { "n...
{ "facing": { "type": "changed", "value": "water" } }
1
336
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": 3 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 }, { "name": "food", "value": 2 }, { "name": "energy", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "zombie", "dist":...
5
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": 8 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "drink", "value": 4 } ] }
3
370
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": 0 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 5 }, { "name": "table", "type": "changed", "dist": 2...
2
467
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": "energy", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 }, { "name": "stone_pickaxe", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "type": "chang...
5
585
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": 6 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 4 } ] }
1
309
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": 1 }, { "n...
{ "vitals": [ { "name": "energy", "value": 3 } ], "objects": [ { "name": "path", "type": "changed", "dist": 2, "loc": "east" }, { "name": "cow", "type": "changed", "dist": 3, "loc": "north-east" } ] }
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": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "skeleton", "type": "removed" } ] }
1
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": 5 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 3 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 3, "loc": "south" }, { "name": "path", "type": "changed...
1
617
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": "arrow", "type": "changed", "dist": 4, "loc": "south-east" } ] }
4
527
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": 4 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "loc": "east" }, { "name": "coal", "type": "changed", "dist"...
4
612
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": 7 }, { "name": "drink", "value": 7 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 6 }, { "name": "tree", "type": "changed", "dist": 1, "loc": "north" }, { "name": "table", "type": "changed", "dist": 2, "loc": "north-west" } ], "facing": { "t...
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 } ], "objects": [ { "name": "water", "dist": 7, "loc": "south-east", "type": "added" }, { "name": "stone", "type": "changed", "dist": 6, "loc": "north-west" }, { "name": "sand...
3
569
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": "energy", "value": 5 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 4, "loc": "north-west" } ], "facing": { "type": "changed", "value": "stone" } }
5
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "stone", "type": "removed" } ], "objects": [ { "name": "stone", "dist": 1, "loc": "south", "type": "added" } ], "facing": { "type": "changed", "value": "stone" } }
1
458
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": 7 }, { "n...
{ "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "loc": "west" }, { "name": "tree", "dist": 4, ...
6
638
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...
{ "facing": { "type": "changed", "value": "water" } }
5
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": 6 }, { "name": "drink", "value": 4 }, { "n...
{}
2
282
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": 8 }, { "n...
{ "vitals": [ { "name": "energy", "value": 7 } ], "objects": [ { "name": "water", "type": "changed", "dist": 5, "loc": "south-west" }, { "name": "sand", "type": "changed", "dist": 4, "loc": "south-west" }, { "name": "tre...
1
551
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...
{}
1
357
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": "drink", "value": 6 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 1, "loc": "north" }, { "name": "path", "type": "changed", "dist": 2 }, { "name": "coal", "type": "changed", ...
2
565
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": 5 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "type": "changed", "dist": 2, "loc": "west" }, { "name": "path", "type": "changed", "loc": "west" }, { "name": "tree", "type": "...
1
598
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...
{ "vitals": [ { "name": "food", "value": 4 } ] }
6
307
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": 2, "loc": "south" } ] }
4
268
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 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "table", "type": "changed", "dist": 1, "loc": "east" }, { "name": "zombie", "type": "change...
3
508
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...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "coal", "type": "changed", "dist": 4 }, { "name": "table", "type": "changed", "dist": 2 }, { "name": "iron", "type": "removed" } ], "facing"...
3
566
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": 4 }, { "name": "wood_sword", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed",...
4
710
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": "energy", "value": 5 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "south" }, { "name": "path", "type": "changed"...
5
782
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": "north" }, { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "loc": "east" }, { "name": "coal", "type": "changed", "dist...
1
588
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": 4 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 }, { "name": "drink", "value": 4 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 4, "loc": "north-east" }, { "name": "skeleton", "type": "changed", "dist": 4, ...
6
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": 3 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 }, { "name": "drink", "value": 8 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "zombie", "type": "removed" } ] }
2
452
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": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "inventory": [ { "name": "stone", "type": "changed", "value": 2 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "west" } ], "facing": { "t...
3
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": 8 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "path", "dist": 4, "loc": "north-west", "type": "added" }, { "name": "tree", "type": "chang...
5
533
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...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "table", "type": "changed", "dist": 2 ...
6
523
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": 4 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 0 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 1, "loc": "south" }, { "name": "sand", "dist": 4, "loc": "east", "type": "added" }, { "name": "tree", "dist...
6
685
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": 4 }, { "n...
{}
1
351
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": "energy", "value": 5 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 7 } ], "objects": [ { "name": "sand", "type": "changed", "loc": "south" }, { "name": "table", "dist": 1, ...
5
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": 8 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 6 }, { "name": "wood_pickaxe", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "change...
4
577
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": 4 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 }, { "name": "energy", "value": 3 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 6 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, ...
6
723
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": "stone", "type": "changed", "dist": 1 }, { "name": "path", "type": "changed", "dist": 3 }, { "name": "lava", "dist": 2, "loc": "east", "type": "added" }, { "name": "coal", "type": "changed", ...
4
449
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": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 } ], "sleeping": { "type": "changed", "value": false } }
4
386
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": 0 }, { "n...
{}
6
273
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...
{}
2
294
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": "sand", "dist": 4, "loc": "north-east", "type": "added" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "west" } ], "facing": { "...
5
437
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...
{ "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "path", "dist": 1, "loc": "east", "type": "added" }, { "name": "stone", "type": "removed" } ], "facing": { "type": "changed", "value...
1
438
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...
{}
1
265
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": 6 }, { "n...
{ "vitals": [ { "name": "food", "value": 7 }, { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "dist": 1 }, { "name": "tree"...
3
565
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": "sand", "dist": 7, "loc": "north-west", "type": "added" }, { "name": "tree", "type": "changed", "dist": 1 }, { "name": "table", "type": "changed", "dist": 4 }, { "name": "cow", "type": "changed...
1
412
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": 6 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 1, "loc": "east" }, { "name": "sand", "type": "removed" } ], "facing": { "type": "changed", "value": "tree" } }
2
386
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": 2 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 5 }, { "name": "coal", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "chan...
6
737
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...
{}
4
416
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": 4 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 5 }, { "name": "stone", "dist": 7, "loc": "north-east", "type": "added" }, { "name": "path", "type": "changed", "dist": 6 }, { "name": "tree", "type": "chang...
1
621
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", "type": "changed", "value": 3 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 4, "loc": "north-east" }, { "name": "cow", "type": "changed", "dist": 5, "loc": "south-west" } ...
4
428
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": "drink", "value": 0 } ] }
6
481
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": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 }, { "name": "energy", "value": 4 } ], "objects": [ { "name": "cow", "type": "removed" } ] }
3
439
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": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 5 }, { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "dist": 2, "l...
3
680
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": 8 }, { "n...
{ "vitals": [ { "name": "health", "value": 8 }, { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood_pickaxe", "value": 1, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 2, ...
3
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{}
1
339
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_pickaxe", "value": 1, "type": "added" } ], "objects": [ { "name": "water", "type": "changed", "dist": 7 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type"...
3
506
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": 4 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 4 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed",...
3
481
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": "cow", "type": "changed", "dist": 4 } ], "facing": { "type": "changed", "value": "plant" } }
3
399
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": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 6 }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 4 }...
3
646
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": 6 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 4 }, { "name": "stone_pickaxe", "value": 1, "type": "added" }, { "name": "stone_sword", "value": 1, "type": "added" }, { "name": "stone", "type": "removed" }...
6
639
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": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 } ] }
6
526
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...
{}
1
312
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": 6 }, { "n...
{ "facing": { "type": "changed", "value": "table" } }
2
360
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": 8 }, { "n...
{}
2
342
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": 3 }, { "name": "grass", "type": "changed", "loc": "south" }, { "name": "sand", "type": "changed", "dist": 2 }, { "name": "tree", "type": "changed", "dist": 1...
1
544
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...
{ "vitals": [ { "name": "health", "value": 0 } ], "dead": { "type": "changed", "value": true } }
2
343
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...
{}
1
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": 8 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "type": "changed", "dist": 1 }, { "name": "path", "type": "changed", "dist": 2, "loc": "east" }, { "name": "tree", "type": "chan...
4
501
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": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 2, "loc": "south-east" }, { "name": "ta...
6
463
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": 9 }, { "n...
{ "vitals": [ { "name": "health", "value": 8 }, { "name": "drink", "value": 8 }, { "name": "energy", "value": 4 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "zombie", "type":...
6
500
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": 4 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "energy", "value": 4 } ] }
1
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": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 4 }, { "n...
{}
3
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": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "drink", "value": 5 } ] }
4
397
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": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type": "changed", "loc": "west" ...
2
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": 7 }, { "name": "drink", "value": 7 }, { "n...
{}
5
357
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": 4 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "drink", "value": 4 } ], "objects": [ { "name": "arrow", "type": "changed", "dist": 3 } ] }
1
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 9 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 4, "loc": "south-east" }, { "name": "cow", "type": "changed", "dist": 3 } ], "facing": { "type...
1
445
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": 4 }, { "n...
{ "vitals": [ { "name": "food", "value": 1 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "loc": "west" },...
6
634
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": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "south" }, { "name": "sand", "type": "changed", "dist": 1 }, { "name": "table", "type": "changed", "dist": ...
2
555
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": 5 }, { "n...
{}
3
421
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": 1 }, { "n...
{ "vitals": [ { "name": "food", "value": 3 }, { "name": "energy", "value": 2 } ] }
5
410
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": 1 }, { "name": "drink", "value": 1 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 } ], "objects": [ { "name": "arrow", "type": "removed" } ], "facing": { "type": "changed", "value": "path" } }
1
624
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": "stone", "type": "changed", "dist": 2 }, { "name": "coal", "type": "removed" } ] }
1
361
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 9 } ], "objects": [ { "name": "water", "type": "changed", "dist": 5 }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed", "dist": 2 }, ...
2
511
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_pickaxe", "value": 1, "type": "added" }, { "name": "wood", "type": "removed" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 1, "loc": "north" }, { "name": "table", "dist":...
6
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 7 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type": "cha...
3
500
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": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", "dist": 3 }, { "name": "stone", "type": "changed", "dist": 1, "loc": "west" }, { "name": "path", "type": "changed"...
1
857
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 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 4 } ], "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", ...
4
782
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": "north-east" }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "west" }, { "name": "table", "t...
4
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": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "loc": "west" }, { "name": "grass", "type": "changed", "dist": 2, "loc": "east" }, { "name": "sand", "type": "changed", "loc": "north" }, { "name": "tree", "type": "...
3
512
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": 5 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "west" }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 3, "loc": "south" }, { "name": "path...
3
634
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": 2 }, { "n...
{ "objects": [ { "name": "table", "type": "changed", "loc": "south-west" }, { "name": "skeleton", "dist": 5, "loc": "north-east", "type": "added" }, { "name": "cow", "type": "removed" }, { "name": "arrow", "type": "removed" ...
3
464
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": 6 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 4 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 6, "loc": "south-east" }, { "name": "cow", ...
3
538