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": 3 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 } ] }
2
337
You are given a current state 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": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "type": "changed", "dist": 1, "loc": "west" }, { "name": "tree", "typ...
3
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": 6 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "health", "value": 0 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "cow", "type": "changed", "dist": 6 }, { "name": "zombie", "type": "changed", "dist": 1, ...
4
590
You are 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": 2 }, { "name": "drink", "value": 0 }, { "n...
{ "vitals": [ { "name": "health", "value": 1 }, { "name": "food", "value": 8 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2, "loc": "south" }, { "name": "stone", "type": "changed", "dist": 1 }, ...
4
607
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "food", "value": 9 }, { "name": "drink", "value": 1 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 7 } ], "objects": [ { "name": "sand", "dist": 6, "loc": "north-east", "typ...
6
604
You are 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": 5 }, { "n...
{ "objects": [ { "name": "water", "dist": 7, "loc": "south-west", "type": "added" }, { "name": "stone", "dist": 6, "loc": "south-west", "type": "added" }, { "name": "path", "dist": 3, "loc": "south", "type": "added" }, ...
5
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": 2 }, { "name": "food", "value": 2 }, { "name": "drink", "value": 6 }, { "n...
{ "objects": [ { "name": "water", "dist": 5, "loc": "south-east", "type": "added" }, { "name": "sand", "type": "changed", "dist": 4 }, { "name": "tree", "type": "changed", "dist": 2 }, { "name": "cow", "dist": 4, ...
2
470
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "loc": "north-east" }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 6, "loc": "north-west" }, { "name": "table", ...
3
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": 6 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 6 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "table", "dist": 1, "loc": "west", "type": "added" } ] }
5
363
You are 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...
{ "objects": [ { "name": "water", "type": "changed", "dist": 6 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "south" }, { "name": "path", "type": "ch...
4
833
You are given a current state 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": 8 }, { "n...
{}
1
334
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{}
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 3, "loc": "north-west" }, { "name": "cow", "type": "changed", "dist": 4 } ], "facing": { "type...
3
522
You are 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": 7 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "east" }, { "name": "table", "type": "changed", "dist": 2, "loc": "north-west" }, { "name": "...
2
482
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "facing": { "type": "changed", "value": "table" } }
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 2 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 6, "loc": "north-west" }, { "name": "table", ...
4
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": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 7 }, { "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": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "energy", "value": 5 } ] }
6
256
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 1 },...
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 6 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 }, { "name": "drink", "value": 5 } ], "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, ...
6
697
You are given a current state 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": 4 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 2, "loc": "south-west" }, { "name": ...
6
753
You are 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": 0 }, { "n...
{ "vitals": [ { "name": "health", "value": 4 }, { "name": "food", "value": 3 } ] }
4
407
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 1 }, { "name": "drink", "value": 5 }, { "n...
{ "inventory": [ { "name": "sapling", "value": 1, "type": "added" } ], "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "south" }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "san...
3
692
You are given a current state 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": "sapling", "value": 1, "type": "added" } ], "objects": [ { "name": "stone", "dist": 5, "loc": "north-east", "type": "added" }, { "name": "tree", "type": "changed", "dist": 2, "loc": "north-east" },...
4
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": 8 }, { "name": "drink", "value": 5 }, { "n...
{}
2
279
You are given a current state 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", "type": "changed", "dist": 3, "loc": "south" }, { "name": "grass", "type": "changed", "dist": 3 }, { "name": "stone", "type": "changed", "dist": 1, "loc": "west" }, { "name": "sand", ...
3
541
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "food", "value": 8 } ], "inventory": [ { "name": "wood", "type": "changed", "value": 3 } ], "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", ...
3
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": 4 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "drink", "value": 2 } ] }
4
376
You are given a current state 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...
{}
5
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": 5 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "energy", "value": 6 } ] }
1
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 3, "loc": "south-east" }, { "name": "grass", "type": "changed", "loc": "west" }, { "name": "sand", "type": "changed", "dist": 2, "loc": "south" }, { "name": ...
3
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "energy", "value": 8 } ], "objects": [ { "name": "tree", "type": "changed", "dist": 2 }, { "name": "table", "type": "changed", "loc": "east" }, { "name": "water", "type": "removed" } ], "facing"...
4
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": 7 }, { "name": "drink", "value": 6 }, { "n...
{}
2
315
You are given a current state 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...
{ "objects": [ { "name": "cow", "type": "changed", "dist": 3, "loc": "south" } ] }
1
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": 6 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "energy", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 4, "loc": "south-west" }, { "name": "stone", "type": "changed", "dist": 2, "loc": "south-west" }, { "name": "tr...
2
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": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 5 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 6 }, { "name": "grass", "type": "changed", "dist": 4 }, { "name": "path", "type": "changed", "loc": "north" }, { "name": "sand", "type": "changed", "dist": 4...
3
622
You are given a current state 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": 2 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "table", "type": "changed", "dist": ...
6
522
You are given a current state 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": "drink", "value": 2 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 4 } ] }
3
426
You are 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": 7 }, { "n...
{}
4
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": 6 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 3 }, { "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": 7 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "type": "changed", "dist": 3 }, { "name": "sand", "type": "changed", "dist": 1, ...
5
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": 6 }, { "name": "drink", "value": 7 }, { "n...
{ "objects": [ { "name": "stone", "type": "changed", "dist": 6 }, { "name": "path", "dist": 6, "loc": "north-east", "type": "added" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "north" }, { "name": "table"...
3
492
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 3, "loc": "south-east" }, { "name": "table", "type": "changed", "dist": 1, "loc": "north" }, { "name": "cow", "type": "changed", "loc": "south-west" }, { "nam...
1
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "inventory": [ { "name": "wood_pickaxe", "value": 1, "type": "added" }, { "name": "wood", "type": "removed" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 2,...
5
404
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "tree", "type": "changed", "dist": 4, "loc": "south-west" }, { "name": "cow", "dist": 5, "loc": "south-west", "type": "added" } ] }
5
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": 4 }, { "name": "food", "value": 2 }, { "name": "drink", "value": 2 }, { "n...
{ "vitals": [ { "name": "health", "value": 5 } ], "objects": [ { "name": "path", "type": "changed", "dist": 2 }, { "name": "skeleton", "type": "changed", "dist": 4 }, { "name": "arrow", "type": "changed", "dist": 1, ...
4
704
You are 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": 6 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 7 }, { "name": "tree", "type": "changed", "dist": 3, "loc": "north-east" }, { "name": "table", "type": "changed", "dist": 2 } ] }
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": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "skeleton", "type": "changed", "dist": 4 } ] }
1
327
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{}
1
407
You are given a current state 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": 4 } ], "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 1 }, { "name": "sand", "type": "chan...
4
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": 3 }, { "name": "drink", "value": 1 }, { "n...
{}
1
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "inventory": [ { "name": "wood", "value": 1, "type": "added" } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "sand", "type": "changed", "dist": 3 }, { "name": "cow", "type": "changed", ...
2
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": 2 }, { "name": "food", "value": 0 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "zombie", "type": "changed", "dist": 4 }, { "name": "arrow", "type": "changed", "dist": 1, "loc": "west" } ], "facing": { "type": "changed", "value": "arrow" } }
4
547
You are 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": 3 }, { "n...
{}
3
333
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "west" }, { "name": "stone", "type": "changed", "dist": 5 }, { "name": "path", "type": "changed", "dist": 2, "loc": "west" }, { "name": "sand", "type": "chang...
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": 9 }, { "name": "food", "value": 4 }, { "name": "drink", "value": 3 }, { "n...
{}
1
214
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 7 }, { "name": "drink", "value": 7 }, { "n...
{ "facing": { "type": "changed", "value": "table" } }
4
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": 4 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "zombie", "type": "changed", "dist": 2, "loc": "south-west" } ], "facing": { "type": "changed", "value": "grass" } }
1
542
You are 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": 0 }, { "n...
{ "vitals": [ { "name": "food", "value": 1 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 1 }, { "name": "stone", "type": "changed", "dist": 1, "loc": "east" }, { "name": "path", "type": "changed", ...
5
721
You are given a current state 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...
{ "vitals": [ { "name": "food", "value": 4 }, { "name": "drink", "value": 7 } ] }
2
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": 7 }, { "name": "drink", "value": 6 }, { "n...
{}
5
316
You are given a current state 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": "health", "value": 7 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "dist": 1 }, { "name": "tree", "type": "changed", "dist": 3 }, ...
6
746
You are given a current state 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": 1 }, { "name": "stone_pickaxe", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "typ...
6
711
You are given a current state 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...
{ "objects": [ { "name": "sand", "dist": 7, "loc": "south-east", "type": "added" }, { "name": "tree", "type": "changed", "dist": 1, "loc": "north" }, { "name": "zombie", "type": "changed", "dist": 2, "loc": "north" }, ...
3
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": 6 }, { "name": "food", "value": 3 }, { "name": "drink", "value": 5 }, { "n...
{}
3
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": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "stone", "type": "changed", "dist": 4, "loc": "north-east" }, { "name": "path", "type": "changed", "dist": 4 }, { "name": "tree", "type": "changed", "dist": 5 }, { "name": "lava", "type": "chan...
1
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": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 9 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 2 }, { "name": "path", "type": "changed", "dist": 2, "loc": "north-east" } ], "sleeping": { "type": "changed", "valu...
4
448
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "grass", "type": "changed", "loc": "north" }, { "name": "tree", "type": "changed", "dist": 1 }, { "name": "table", "type": "changed", "dist": 4 } ], "facing": { "type": "changed", "value": "tree" } }
1
417
You are given a current state 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": "stone", "dist": 4, "loc": "north-west", "type": "added" }, { "name": "path", "dist": 3, "loc": "north", "type": "added" }, { "name": "tree", "type": "changed", "dist": 3, "loc": "south-east" }, ...
3
483
You are given a current state 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": "water", "dist": 7, "loc": "south-west", "type": "added" }, { "name": "sand", "dist": 6, "loc": "south-west", "type": "added" }, ...
5
419
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 1 }, { "n...
{ "objects": [ { "name": "zombie", "dist": 4, "loc": "north-west", "type": "added" } ] }
1
457
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "loc": "east" }, { "name": "path", "type": "changed", "dist": 7 }, { "name": "sand", "type": "changed", "dist": 1,...
2
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": 8 }, { "name": "drink", "value": 8 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 5, "loc": "south-west" }, { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "type": "changed", "dist": 1 }, { "name": "path", "type"...
4
655
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "objects": [ { "name": "tree", "type": "changed", "dist": 1, "loc": "north" }, { "name": "cow", "type": "changed", "dist": 1, "loc": "south" } ], "facing": { "type": "changed", "value": "tree" } }
3
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": 1 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "water", "dist": 6, "loc": "south-east", "type": "added" }, { "name": "grass", "type": "changed", "loc": "south" }, { "name": "stone", "type": "changed", "dist": 1, "loc": "north" }, { "name": ...
4
629
You are given a current state 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": "cow", "type": "changed", "dist": 5 } ] }
2
303
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "inventory": [ { "name": "wood_pickaxe", "value": 1, "type": "added" }, { "name": "wood", "type": "removed" } ], "objects": [ { "name": "water", "type": "changed", "dist": 4...
6
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "tree", "type": "changed", "dist": 1, "loc": "north" }, { "name": "cow", "type": "removed" } ...
4
432
You are given a current state 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": 2 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 }, { "name": "drink", "value": 5 } ], "objects": [ { "name": "water", "type": "changed", "dist": 2 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "...
6
522
You are 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": "stone", "type": "changed", "dist": 3 }, { "name": "coal", "type": "changed", "loc": "north-west" }, { "name": "table", "type": "changed", "dist": 1, "loc": "east" }, { "name": "furnace", "type...
6
559
You are 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": "drink", "value": 6 }, { "name": "energy", "value": 7 } ], "objects": [ { "name": "grass", "type": "changed", "dist": 3 }, { "name": "stone", "type": "changed", "loc": "west" }, { "name": ...
2
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": 9 }, { "name": "food", "value": 6 }, { "name": "drink", "value": 3 }, { "n...
{ "vitals": [ { "name": "food", "value": 5 } ] }
4
404
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 6 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 1 }, { "n...
{ "vitals": [ { "name": "energy", "value": 2 } ], "objects": [ { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "dist": 2 }, { "name": "iron", "type": "changed", "dist": 5 }, ...
4
619
You are given a current state 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": 1 }, { "n...
{ "objects": [ { "name": "zombie", "type": "changed", "dist": 3 } ] }
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": 7 }, { "name": "drink", "value": 5 }, { "n...
{ "vitals": [ { "name": "food", "value": 6 } ] }
3
299
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "inventory": [ { "name": "wood", "type": "changed", "value": 6 } ], "objects": [ { "name": "water", "type": "changed", "dist": 5, "loc": "north-west" }, { "name": "stone", "type": "changed", "dist": 6 }, { "name": "san...
2
632
You are given a current state 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...
{}
6
290
You are given a current state 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 } ], "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "loc": "north" }, { "name": "sand", "type": "cha...
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": 4 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 0 }, { "n...
{ "objects": [ { "name": "stone", "type": "changed", "dist": 3 }, { "name": "path", "type": "changed", "dist": 1 }, { "name": "tree", "dist": 6, "loc": "south-west", "type": "added" }, { "name": "table", "type": "chang...
4
547
You are given a current state 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...
{}
1
457
You are 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": 9 }, { "n...
{ "vitals": [ { "name": "drink", "value": 8 }, { "name": "energy", "value": 8 } ], "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "east" }, { "name": "sand", "type": "changed", "dist": 6, "loc...
4
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": 8 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "water", "type": "changed", "dist": 4, "loc": "west" }, { "name": "grass", "type": "changed", "dist": 2 }, { "name": "stone", "type": "changed", "dist": 1, "loc": "north" }, { "name": "path", ...
1
816
You are given a current state 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": 8 }, { "n...
{ "objects": [ { "name": "arrow", "type": "changed", "dist": 3 } ] }
3
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": 9 }, { "name": "food", "value": 5 }, { "name": "drink", "value": 4 }, { "n...
{ "vitals": [ { "name": "energy", "value": 5 } ], "objects": [ { "name": "water", "type": "changed", "dist": 1 }, { "name": "grass", "type": "changed", "dist": 2 }, { "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": 8 }, { "name": "drink", "value": 7 }, { "n...
{ "vitals": [ { "name": "health", "value": 7 }, { "name": "food", "value": 7 } ], "inventory": [ { "name": "stone", "value": 1, "type": "added" } ], "objects": [ { "name": "grass", "type": "changed", "loc": "east" }, ...
4
770
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order. Current state: { "vitals": [ { "name": "health", "value": 8 }, { "name": "food", "value": 1 }, { "name": "drink", "value": 4 }, { "n...
{ "objects": [ { "name": "table", "type": "removed" }, { "name": "skeleton", "type": "removed" }, { "name": "arrow", "type": "removed" } ] }
3
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": 9 }, { "name": "food", "value": 9 }, { "name": "drink", "value": 8 }, { "n...
{ "vitals": [ { "name": "drink", "value": 9 } ], "facing": { "type": "changed", "value": "grass" } }
5
276
You are given a current state 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": 3 }, { "name": "wood_sword", "value": 1, "type": "added" } ], "objects": [ { "name": "sand", "dist": 7, "...
4
570
You are given a current state 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 } ], "objects": [ { "name": "cow", "type": "changed", "dist": 7 } ] }
5
311
You are given a current state 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...
{ "objects": [ { "name": "zombie", "dist": 2, "loc": "south", "type": "added" } ] }
5
317