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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "inventory": [ { "name": "wood_sword", "value": 1, "type": "added" }, { "name": "wood", "type": "removed" } ], "facing": { "type": "changed", "value": "table" } }
5
474
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 } ], "facing": { "type": "changed", "value": "table" } }
3
498
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...
{}
1
326
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": "food", "value": 9 }, { "name": "drink", "value": 7 } ], "objects": [ { "name": "water", "type": "changed", "dist": 3 }, { "name": "stone", "type": "changed", "dist": 4 }, { "name": "path"...
4
763
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 } ] }
5
345
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": 1 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 2, "loc": "south-west" }, { "name": "p...
5
804
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": 4 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "water", "dist": 4, "loc": "west", "type": "added" }, { "name": "grass", "type": "changed", "dist": 6 }, { "name": "stone", "type": "changed", "loc": "south" }, { "name": "path", "type": "chang...
3
591
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...
{ "objects": [ { "name": "skeleton", "type": "changed", "dist": 5 } ] }
2
532
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": 2 }, { "n...
{ "vitals": [ { "name": "drink", "value": 3 } ] }
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 5 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", ...
6
553
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...
{}
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "east" }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed", "dist": 2, "loc": "east" }, { "name": "table", ...
2
485
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": 6 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ], "objects": [ { "name": "arrow", "dist": 2, "loc": "south-east", "type": "added" } ] }
6
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": 6 }, { "name": "drink", "value": 3 }, { "n...
{}
6
302
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": 9 } ] }
5
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{}
2
304
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...
{ "vitals": [ { "name": "food", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 5 } ], "objects": [ { "name": "sand", "dist": 7, "loc": "north-east", "type": "added" }, { "name": "tree", ...
5
427
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": 1 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "dist": 2, "loc": "south-west" }, { "name": "sand", "type": "changed", "dist": 2, "loc": "east" }, { "name": "lava"...
5
766
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": 0 }, { "name": "drink", "value": 1 }, { "n...
{}
3
515
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": "grass", "type": "changed", "loc": "west" }, { "name": "cow", "type": "changed", "dist": 2 } ] }
2
431
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...
{}
3
338
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": "drink", "value": 5 } ], "objects": [ { "name": "cow", "type": "removed" } ] }
4
377
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": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "west" }, { "name": "path"...
3
581
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": 4 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 9 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", ...
5
579
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...
{ "vitals": [ { "name": "drink", "value": 3 }, { "name": "energy", "value": 5 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 4 }, { "name": "zombie", "dist": 6, "loc": "north-west", "type": "added" } ...
5
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": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "path", "dist": 7, "loc": "south-west", ...
4
601
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": 7 }, { "name": "drink", "value": 6 }, { "n...
{}
2
330
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...
{ "vitals": [ { "name": "food", "value": 7 } ], "objects": [ { "name": "cow", "type": "removed" } ] }
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": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 4, "loc": "east" } ] }
5
292
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": 3 }, { "n...
{ "vitals": [ { "name": "food", "value": 2 } ] }
3
347
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 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "zombie", "type": "changed", "dist": 1, "loc": "east" } ], "facing": { "type": "cha...
2
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 7 }, { "name": "energy", "value": 6 } ], "inventory": [ { "name": "stone_pickaxe", "value": 1, "type": "added" }, { "name": "wood", "type": "removed" } ], "objects": [ { "n...
6
788
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": 1 }, { "name": "wood_sword", "value": 1, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", ...
5
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": 6 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 7 }, { "n...
{}
1
338
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...
{}
1
240
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": 8 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 3, "loc": "south" }, { "name": "stone", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed", "dist": 6 }, { "name": "table", "type": "changed...
1
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": 4 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "health", "value": 3 }, { "name": "food", "value": 7 } ], "inventory": [ { "name": "wood", "type": "removed" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name...
5
652
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...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "west" }, { "name": "path", "type": "cha...
5
576
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": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 } ], "objects": [ { "name": "zombie", "type": "changed", "dist": 1, "loc": "east" } ] }
4
574
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
302
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...
{ "vitals": [ { "name": "drink", "value": 7 } ] }
1
378
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": 5 }, { "n...
{ "inventory": [ { "name": "stone", "type": "changed", "value": 2 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "stone", "type": "changed", "loc": "north-west" }, { "name": "sand", "dist"...
3
564
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": "stone", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "dist": 4 }, { "name": "sand", "type": "changed", "dist": 3, ...
1
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 2, "loc": "south" }, { "name": "table", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "cow", "type": "changed", "dist": 3, "loc": "south-east" },...
2
433
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": 1 }, { "name": "drink", "value": 5 }, { "n...
{}
3
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": 7 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 6, "loc": "south-west" }, { "name": "tree", "dist": 3, "loc": "north", "type": "added" }, { "name": "pl...
5
504
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": 7 }, { "n...
{}
1
411
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": 3 }, { "n...
{ "objects": [ { "name": "zombie", "dist": 6, "loc": "north-east", "type": "added" } ] }
5
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": 7 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "drink", "value": 2 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "dist": 2 }, { "name": "tree", "type": "changed", "loc": "west" },...
1
610
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": 5 } ], "objects": [ { "name": "sand", "dist": 4, "loc": "north-east", "type": "added" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "east" }, { ...
6
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 4 }, { "n...
{}
1
286
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": 0 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "south-west" }, { "name": "zombie", "type": "changed", "loc": "west" } ] }
4
584
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": 2 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 3 }, { "name": "sand", "type": "changed", "dist": 2, "loc": "north-east" }, { "name": "tree", "type": "changed", "loc": "north" }, { "name": "table", "type":...
6
514
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": 6 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "east" }, { "name": "stone", "type": "changed", "dist": 2 }, { "name": "...
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": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 5 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "sand", "dist": 7, "loc": "south-east", "type": "added" }, { "name": "tree", "type": "changed", "dist": 3, "loc": "north-east" }, ...
3
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "facing": { "type": "changed", "value": "sand" } }
3
318
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": "water", "type": "changed", "dist": 4, "loc": "west" }, { "name": "sand", "type": "changed", "loc": "west" }, { "name": "cow", "type": "changed", "dist": 5 } ] }
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": 2 }, { "name": "food", "value": 1 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "loc": "west" }, { "name": "coal", "type": "changed", "loc": "no...
2
600
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": 1 }, { "name": "grass", "type": "changed", "dist": 2 }, { "name": "stone", "dist": 5, "loc": "south-east", ...
4
503
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...
{ "vitals": [ { "name": "energy", "value": 8 } ], "inventory": [ { "name": "wood", "value": 2, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 2, "loc": "south-east" }, { "name": "table", ...
6
425
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": 8 }, { "name": "drink", "value": 0 }, { "n...
{ "sleeping": { "type": "changed", "value": true } }
2
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": 4 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 1 }, { "name": "path", "type": "changed", "loc": "south" }, { "name": "coal", "type": "changed", "dist": 4, "loc": "south-east" }, { "name": "table", "type":...
4
584
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": "wood", "type": "changed", "value": 9 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 2 } ] }
2
499
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": 2 } ], "objects": [ { "name": "stone", "type": "changed", "loc": "south-east" }, { "name": "tree", "type": "changed", "dist": 7, "loc": "south-east" }, { "na...
2
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "energy", "value": 8 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "cow", "type": "changed", "dist": 2, "loc": "south-west" } ] }
4
368
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": 8 }, { "n...
{ "inventory": [ { "name": "stone", "type": "removed" } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2, "loc": "north" } ], "facing": { "type": "changed", "value": "sand" } }
4
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "zombie", "type": "changed", "dist": 1, "loc": "east" }, { "name": "plant", "dist": 1, "lo...
3
468
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": 2 }, { "n...
{ "objects": [ { "name": "zombie", "type": "changed", "dist": 4 } ] }
4
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": 3 }, { "name": "food", "value": 2 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "health", "value": 4 }, { "name": "energy", "value": 4 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type": "changed", "dist": 3, "loc": "north" ...
6
615
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...
{ "objects": [ { "name": "arrow", "dist": 1, "loc": "south", "type": "added" } ] }
3
390
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": 4 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 4, "loc": "south-west" }, { "name": "tree", "type": "changed", "dist": 6, "loc": "north-west" }, { "na...
5
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 9 }, { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 1, "loc":...
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "dist": 5, "loc": "south-west", "type": "added" }, { "name": "tr...
4
398
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...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "loc": "east" }, { "name": "tree", "type": "changed", "dist": 2 }, { "name": "table", "type": "changed", "dis...
1
594
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": "arrow", "type": "changed", "loc": "south-east" } ] }
4
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": 7 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "drink", "value": 2 } ], "objects": [ { "name": "zombie", "type": "changed", "dist": 2, "loc": "south-west" } ] }
4
471
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": "cow", "type": "changed", "dist": 2, "loc": "south" }, { "name": "zombie", "type": "changed", "dist": 1, "loc": "east" }, { "name": "plant", ...
1
519
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...
{}
6
335
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": "water", "dist": 4, "loc": "south-east", "type": "added" }, { "name": "stone", "type": "changed", "dist": 6 }, { "name": "sand", "type": "changed", "dist": 2 }, { "name": "tree", "type": "chang...
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": 4 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "zombie", "type": "changed", "dist": 2 } ] }
1
301
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": 3 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 9 } ], "inventory": [ { "name": "sapling", "value": 1, "type": "added" } ], "objects": [ { "name": "sand", "dist": 6, "loc": "south-east", "t...
4
633
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": 3 }, { "n...
{}
4
450
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": 5 }, { "n...
{ "objects": [ { "name": "path", "type": "changed", "dist": 2, "loc": "north" }, { "name": "arrow", "type": "changed", "dist": 1, "loc": "east" } ], "facing": { "type": "changed", "value": "table" } }
1
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": 7 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "energy", "value": 7 } ], "objects": [ { "name": "path", "type": "changed", "dist": 2 }, { "name": "skeleton", "type": "changed", "dist": 2 }, { "name": "arrow", "type": "changed", "dist": 1, ...
1
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": 3 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 1 }, { "n...
{}
3
372
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
348
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...
{ "vitals": [ { "name": "drink", "value": 6 }, { "name": "energy", "value": 7 } ], "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, ...
6
783
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": 3 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 6 }, { "name": "stone", "type": "changed", "value": 1 }, { "name": "stone_sword", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "type": "c...
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "water", "dist": 4, "loc": "north-east", "type": "added" }, { "name": "stone", "type": "changed", "dist": 3, "loc": "north" }, ...
6
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": 0 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 8 } ], "objects": [ { "name": "arrow", "type": "changed", "dist": 4, "loc": "north-west" } ] }
3
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": 9 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 4 }, { "n...
{}
6
331
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
287
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 2 }, { "name": "drink", "value": 4 }, { "name": "energy", "value": 4 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 6 } ] }
6
474
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": "stone", "type": "changed", "value": 2 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2, "loc": "south-west" }, { "name": "path", "type": "changed", "dist": 1, "loc": "west" } ],...
1
502
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": 1 }, { "name": "wood_pickaxe", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "ch...
6
593
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...
{}
6
305
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...
{ "vitals": [ { "name": "drink", "value": 6 }, { "name": "energy", "value": 7 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 1 }, { "name": "stone", "type": "changed", "loc": "east" }, { "name": ...
6
518
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": "north-east" }, { "name": "table", "dist": 1, "loc": "east", "type": "added" } ], "facing": { "type": "changed", "value": "grass" } }
5
344
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": 7 }, { "n...
{ "objects": [ { "name": "water", "dist": 7, "loc": "south-west", "type": "added" }, { "name": "sand", "type": "changed", "dist": 6, "loc": "south-west" }, { "name": "cow", "type": "changed", "loc": "north-west" } ] }
5
377
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...
{}
5
325