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": 8 }, { "n...
{}
2
242
You are 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...
{ "vitals": [ { "name": "health", "value": 7 } ] }
3
406
You are 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": 1 }, { "n...
{ "sleeping": { "type": "changed", "value": true } }
2
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...
{ "objects": [ { "name": "cow", "type": "removed" } ] }
3
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "dist": 4, "loc": "west", "type": "added" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "south" }, { "...
4
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": 8 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "arrow", "type": "changed", "dist": 2, "loc": "east" } ] }
2
477
You are 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 } ] }
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": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "energy", "value": 7 } ] }
5
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": 7 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "zombie", "dist": 5, "loc": "south-west", "type": "added" } ] }
3
477
You are 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": 9 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "sand", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "table", "type": "changed", "dist": 1, "loc": "east" }, { "name": "plan...
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": 6 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 1, "loc": "south" } ], "facing": { "type": "changed", "value": "cow" } }
4
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": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 2 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north-east" } ] }
2
472
You are 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...
{ "inventory": [ { "name": "stone", "value": 1, "type": "added" }, { "name": "coal", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "chang...
5
683
You are 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": "water", "type": "changed", "dist": 6, "loc": "north-east" }, { "name": "grass", "type": "changed", "dist": 2, "loc": "east" }, { "name": "stone", "type": "changed", "dist": 3, "loc": "south-west" ...
1
603
You are 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": "energy", "value": 3 } ], "objects": [ { "name": "zombie", "dist": 3, "loc": "south", "type": "added" } ] }
4
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": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "dist": 5, "loc": "north-east" }, { "name": "sand", "dist":...
2
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...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 2, "loc": "south-east" } ], "facing": { "type": "changed", "value": "grass" } }
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": 7 }, { "name": "drink", "value": 6 }, { "n...
{}
4
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": 8 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "food", "value": 7 } ] }
6
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": 7 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 7 }, { "name": "tree", "type": "changed", "dist": 1, "loc": "east" }, { "name": "coal", ...
4
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": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ] }
6
281
You are 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...
{}
4
298
You are 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 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "dist": 4 }, { "name": "tree", "type": "changed", "dist": 2 }, ...
3
657
You are 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": "stone", "dist": 2, "loc": "north", "type": "added" }, { "name": "tree",...
4
441
You are 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": "stone", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed",...
2
580
You are 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": 5 } ], "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "west" }, { "name": "sand", "...
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": 7 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 5 }, { "n...
{ "objects": [ { "name": "stone", "type": "changed", "loc": "south-east" }, { "name": "path", "type": "changed", "dist": 2, "loc": "north-east" }, { "name": "table", "type": "changed", "dist": 1, "loc": "east" }, { "na...
2
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": 3 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "zombie", "type": "changed", "dist": 4 } ] }
3
405
You are 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...
{ "inventory": [ { "name": "sapling", "value": 1, "type": "added" } ], "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "north-east" }, { "name": "grass", "type": "changed", "loc": "north" }, { "name"...
6
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": 8 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "health", "value": 9 } ], "objects": [ { "name": "arrow", "dist": 4, "loc": "west", "type": "added" }, { "name": "cow", "type": "removed" } ], "sleeping": { "type": "changed", "value": true } }
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": 8 }, { "name": "drink", "value": 6 }, { "n...
{}
2
288
You are 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": 2 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 } ], "objects": [ { "name": "water", "type": "changed", "loc": "north" }, { "name": "table", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "zombie", "type": "...
4
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": 4 }, { "name": "drink", "value": 6 }, { "n...
{}
1
310
You are 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...
{}
1
332
You are 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...
{}
3
246
You are 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": 5 }, { "n...
{ "vitals": [ { "name": "health", "value": 4 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 4 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 5 }, { "name": "stone", "value": 1, ...
5
790
You are 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", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", ...
5
520
You are 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": 2 }, { "n...
{ "vitals": [ { "name": "drink", "value": 1 } ], "objects": [ { "name": "path", "type": "changed", "dist": 2, "loc": "south" }, { "name": "arrow", "type": "removed" } ] }
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": 7 }, { "n...
{}
2
354
You are 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...
{ "vitals": [ { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 5 } ], "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "south" }, { "name": "sand", "...
3
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "west" }, { "name": "path", "type": "changed", ...
1
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": 3 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 4 } ] }
5
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": 5 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "dist": 1 }, { "name": "sand", "type": "changed", "dist": 4 ...
4
761
You are 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...
{ "vitals": [ { "name": "health", "value": 3 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 8 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed",...
6
595
You are 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": 9 }, { "n...
{}
1
325
You are 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": 7 }, { "n...
{}
1
281
You are 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...
{ "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "loc": "south" }, { "name": "sand", "type": "changed", "dist": 5 }, { "name": "table", "type": "changed", "dist": ...
3
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": 8 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "loc": "south" }, { "name": "path", "dist": 4, "loc": "east", "type": "added" }, { "name": "table", "type": "changed", "dist": 1 } ], "facing": { "type": "changed", "val...
2
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "change...
5
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": 8 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 6 } ], "objects": [ { "name": "water", "type": "changed", "dist": 5 }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed",...
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": 8 }, { "name": "food", "value": 1 }, { "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": 7 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 }, { "name": "wood_sword", "value": 1, "type": "added" } ], "objects": [ { "name": "arrow", "dist": 1, "...
3
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "type": "removed" } ], "objects": [ { "name": "water", "dist": 7, "loc": "north-west", "type": "added" }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "dist...
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "cow", "type": "removed" } ] }
3
364
You are 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 }, { "name": "drink", "value": 8 } ], "objects": [ { "name": "stone", "dist": 5, "loc": "north-west", "type": "added" }, { "name": "cow", "type": "changed", "dist": 3, "...
6
423
You are 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": 6 }, { "n...
{ "vitals": [ { "name": "energy", "value": 5 } ] }
2
525
You are 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": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 7 }, { "name": "drink", "value": 7 } ], "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "sand", "type": "changed", "loc": "north" }, { "name": "t...
6
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": 3 }, { "name": "drink", "value": 8 }, { "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": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "east" }, { "name": "stone", "type": "changed", "dist": 4 }, { "name": "coal", "type": "changed", "dist": 3 }, { "name": "iron", "type": "changed", "dist": 2,...
5
664
You are 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": 7 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "stone", "type": "changed", "dist": 4 }, { "name": "path", "dist": 6, "loc": "south-east", ...
6
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": 5 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 9 } ], "objects": [ { "name": "zombie", "dist": 3, "loc": "south", "type": "added" }, { "name": "cow", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" }, "sleepin...
5
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": 3 }, { "name": "drink", "value": 3 }, { "n...
{}
2
462
You are 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 } ] }
3
247
You are 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
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": 3 }, { "name": "drink", "value": 5 }, { "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": 8 }, { "name": "drink", "value": 7 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 1, "loc": "east" }, { "name": "arrow", "type": "changed", "dist": 4, "loc": "north-west" } ], "facing": { "type": "changed", "value": "cow" } }
6
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": 8 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 3 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "west" }, { "name": "grass", "type": "changed", "dist": 6 }, { "name": "coal", "type": "changed", "dist": 3 }, { "name": "table", "type": "removed"...
1
509
You are 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": 4, "loc": "north-east" }, { "name": "tree", "type": "changed", "dist": 2, "loc": "east" }, { "name": "sand", "type": "removed" } ] }
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": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{}
5
298
You are 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": 7 }, { "n...
{ "vitals": [ { "name": "drink", "value": 6 }, { "name": "energy", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 5, "loc...
6
509
You are 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": 6 }, { "n...
{}
3
243
You are 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": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 3 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 3 }, { "name": "tree", "type": "changed", "dist": 4 }, { "name": "lava"...
5
572
You are 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": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 9 } ], "facing": { "type": "changed", "value": "stone" } }
5
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": 7 }, { "name": "drink", "value": 5 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 4 }, { "name": "stone", "type": "changed", "dist": 1, "loc": "east" }, { "name": "coal", "type": "changed", "dist": 3 }, { "name": "table", "type": "changed"...
2
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": 3 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 6 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 2, "loc": "west" }, { "name": "table", "dist": 1, "loc": "east", "type": "added" }, { ...
6
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": 5 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 7 }, { "n...
{}
1
354
You are 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", "loc": "north-west" }, { "name": "path", "type": "changed", "dist": 4 }, { "name": "lava", "type": "changed", "dist": 5 }, { "name": "diamond", "type": "changed", "d...
4
573
You are 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...
{}
3
359
You are 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": 2 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "north" }, { "name": "path", "type": "changed", "loc": "south" }, { "name":...
4
671
You are 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...
{ "vitals": [ { "name": "drink", "value": 7 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 4, "loc": "north-west" }, { "name": "path", ...
6
744
You are 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": 4 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 }, { "name": "energy", "value": 4 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 3, "loc": "west" ...
5
688
You are 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...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 9 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 5 }, { "name": "sand", "type": "changed", "dist": 4, "loc": "east" }, { "name": "tree", ...
5
563
You are 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": 1 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 } ], "objects": [ { "name": "zombie", "type": "changed", "dist": 2 }, { "name": "plant", "type": "removed" } ], "facing": { "type": "changed", "value": "grass" } }
3
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "loc": "north-east" } ] }
5
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": 5 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, ...
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": 8 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "energy", "value": 6 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 6 }, { "name": "wood_sword", "value": 1, "type": "added" } ], "objects": [ { "name": "cow", "dist": 4, "l...
4
469
You are 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": 5 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "facing": { "type": "changed", "value": "table" } }
5
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": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{}
5
226
You are 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": 0 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "west" }, { "name": "stone", "type": "changed", "dist": 4, "loc": "north-west" }, { "name": "sand", "type": "changed", "dist": 2 }, { "name": "tree...
1
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": 7 }, { "name": "drink", "value": 7 }, { "n...
{}
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": 1 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "dist": 4, "loc": "south-west" }, { "name": "zombie", "dist": 3, "loc": "south", "type": "added" } ], "facing": { "type": "changed", "value": "stone" } }
4
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": 4 }, { "n...
{ "vitals": [ { "name": "drink", "value": 3 } ], "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2, "loc": "north" } ], "facing": { "type": "chang...
1
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": 6 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 3, "loc": "west" } ] }
2
409
You are 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 } ] }
6
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", ...
4
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": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 5 } ], "objects": [ { "name": "water", "dist": 6, "loc": "south-west", "type": "added" }, { "name": "grass", ...
6
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": 7 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 4, "loc": "west" } ] }
2
442
You are 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": "drink", "value": 8 } ], "facing": { "type": "changed", "value": "water" } }
4
371
You are 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...
{ "vitals": [ { "name": "food", "value": 6 }, { "name": "drink", "value": 6 } ] }
5
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood_pickaxe", "value": 1, "type": "added" }, { "name": "wood", "type": "removed" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", ...
5
558