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... | {
"objects": [
{
"name": "water",
"dist": 6,
"loc": "south-east",
"type": "added"
},
{
"name": "sand",
"type": "changed",
"dist": 5
},
{
"name": "tree",
"type": "changed",
"dist": 1,
"loc": "east"
}
]
} | 2 | 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": 6
},
{
"name": "drink",
"value": 6
},
{
"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": 8
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 2
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "energy",
"value": 4
}
],
"objects": [
{
"name": "skeleton",
"type": "changed",
"dist": 4
},
{
"name": "arrow",
"dist": 4,
"loc": "north-west",
"type": "added"
... | 5 | 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... | {
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 9
}
],
"objects": [
{
"name": "tree",
"type": "changed",
"dist": 3,
"loc": "north-east"
},
{
"name": "table",
"type": "changed",
"dist": 1,
"loc": "south"
},
... | 6 | 535 |
You are 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": 1
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 4
},
{
"name": "food",
"value": 3
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "south-east"
},
{
"name": "stone",
"type": "changed",
"loc": "east"
},
{
... | 2 | 712 |
You are 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": 4
},
{
"n... | {
"objects": [
{
"name": "water",
"type": "changed",
"dist": 3
},
{
"name": "sand",
"type": "changed",
"dist": 3
},
{
"name": "tree",
"type": "changed",
"dist": 5
},
{
"name": "table",
"type": "changed",
"dist": 2
... | 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": 9
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 8
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 7
}
],
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 4
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "west"
},
{
"name": "tree",
"type": "changed",
... | 5 | 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": 7
},
{
"n... | {
"objects": [
{
"name": "water",
"dist": 3,
"loc": "north",
"type": "added"
},
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "sand",
"dist": 4,
"loc": "north-east",
"type": "added"
},
{
"name": "ta... | 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": 4
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 8
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 7
}
],
"inventory": [
{
"name": "wood",
"value": 1,
"type": "added"
},
{
"name": "stone",
"value": 1,
"type": "added"
}
],
"objects": [
{
"name": "stone",
"type": "changed",
... | 5 | 612 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 4
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 6
},
{
"name": "drink",
"value": 3
}
],
"objects": [
{
"name": "sand",
"dist": 6,
"loc": "north-east",
"type": "added"
},
{
"name": "tree",
"type": "changed",
"dist": 3,
"lo... | 6 | 536 |
You are given a current state 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... | {} | 2 | 282 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 4
}
]
} | 5 | 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": 7
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 8
}
],
"facing": {
"type": "changed",
"value": "zombie"
}
} | 4 | 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": 8
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 6
}
]
} | 5 | 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": 4
},
{
"n... | {
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 2
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"dist": 2,
"loc": "east"
},
{
"name": "stone",
"type": "changed",
"loc": "west"
},
{
"name": "path"... | 3 | 727 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 8
},
{
"name": "food",
"value": 3
},
{
"name": "drink",
"value": 0
},
{
"n... | {
"facing": {
"type": "changed",
"value": "table"
}
} | 1 | 443 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 0
},
{
"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": 5
},
{
"name": "drink",
"value": 5
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"dist": 6
},
{
"name": "zombie",
"type": "changed",
"dist": 5
}
],
"sleeping": {
"type": "changed",
"value": true
}
} | 4 | 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": 9
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"inventory": [
{
"name": "stone",
"value": 1,
"type": "added"
}
],
"objects": [
{
"name": "stone",
"type": "changed",
"loc": "south-east"
},
{
"name": "path",
"type": "changed",
"dist": 1
},
{
"name": "tree",
"type": "... | 5 | 484 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 0
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 8
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "cow",
"type": "changed",
"dist": 1
},
{
"name": "water",
"type": "removed"
},
{
"n... | 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": 8
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 8
}
],
"objects": [
{
"name": "table",
"dist": 4,
"loc": "north-east",
"type": "added"
},
{
"name": "cow",
"type": "changed",
"dist": 3,
"loc": "north-west"
},
... | 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": 0
},
{
"name": "drink",
"value": 0
},
{
"n... | {
"objects": [
{
"name": "skeleton",
"type": "changed",
"dist": 6
}
]
} | 3 | 649 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 5
},
{
"name": "food",
"value": 2
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 3
},
{
"name": "energy",
"value": 3
}
],
"facing": {
"type": "changed",
"value": "grass"
}
} | 4 | 401 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 6
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 7
},
{
"name": "food",
"value": 7
}
],
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 6
}
]
} | 5 | 484 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 6
},
{
"name": "drink",
"value": 5
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"dist": 2,
"loc": "south-west"
},
{
"name": "stone",
"type": "changed",
"dist": 1
},
{
"name": "path",
"type": "changed",
"loc": "west"
},
{
"name": "lava",
"dist": ... | 1 | 695 |
You are given a current state 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": 2
},
{
"n... | {} | 1 | 346 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 7
},
{
"n... | {} | 5 | 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": 8
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 8
}
],
"objects": [
{
"name": "water",
"type": "changed",
"dist": 1
},
{
"name": "grass",
"type": "changed",
"loc": "south"
},
{
"name": "sand",
"type": "changed",
"dist": 2,
... | 2 | 544 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 4
},
{
"name": "drink",
"value": 6
},
{
"n... | {} | 4 | 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": 5
},
{
"name": "food",
"value": 0
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 4
}
],
"inventory": [
{
"name": "stone",
"type": "removed"
}
],
"objects": [
{
"name": "water",
"type": "changed",
"dist": 4,
"loc": "north-west"
},
{
"name": "grass",
"type": "ch... | 3 | 700 |
You are given a current state 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": "tree",
"type": "changed",
"dist": 3,
"loc": "south-east"
},
{
"name": "table",
"type": "changed",
"dist": 1,
"loc": "north"
},
{
"name": "plant",
"type": "changed",
"dist": 4
},
{
"name": "san... | 6 | 510 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "south"
},
{
"name": "stone",
"type": "changed",
"dist": 1,
"loc": "north"
},
{
"name": "path",
"type": "changed",
"loc": "west"
},
{
"name": "tree",
"type": ... | 4 | 582 |
You are given a current state 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... | {
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 3
},
{
"name": "wood_sword",
"value": 1,
"type": "added"
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "table",
"dist":... | 2 | 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": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"inventory": [
{
"name": "wood_pickaxe",
"value": 1,
"type": "added"
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "tree",
"type": "changed",
"dist": 3,
"loc": "north-west"
},
{
"n... | 4 | 428 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"objects": [
{
"name": "table",
"type": "changed",
"dist": 2
}
]
} | 3 | 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": 8
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 7
}
],
"objects": [
{
"name": "cow",
"type": "removed"
}
],
"facing": {
"type": "changed",
"value": "table"
}
} | 6 | 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": 8
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 8
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "table",
"type": "changed",
"dist": 1
}
],
"facing": {
"type": "changed",
"value": "table"
}
} | 2 | 349 |
You are given a current state 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",
"dist": 6,
"loc": "south-east",
"type": "added"
}
]
} | 3 | 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": 6
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "south"
},
{
"name": "tree",
"type": "changed",
"dist": 3,
"loc": "south-west"
},
{
"name": "table",
"type": "changed",
"dist": 1,
"loc": "north"
},
{
"name":... | 3 | 506 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"inventory": [
{
"name": "wood_pickaxe",
"value": 1,
"type": "added"
},
{
"name": "wood",
"type": "removed"
}
],
"objects": [
{
"name": "table",
"dist": 2,
"loc": "north-east",
"type": "added"
},
{
"name": "sand",
"typ... | 6 | 392 |
You are given a current state 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 | 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": 5
},
{
"name": "food",
"value": 3
},
{
"name": "drink",
"value": 2
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 3
},
{
"name": "drink",
"value": 1
}
]
} | 6 | 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": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"objects": [
{
"name": "water",
"type": "changed",
"dist": 3
},
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "path",
"dist": 6,
"loc": "north-west",
"type": "added"
},
{
"name": "sand",
"type": "... | 5 | 456 |
You are 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": 9
},
{
"n... | {
"objects": [
{
"name": "water",
"type": "changed",
"dist": 1
},
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "stone",
"type": "changed",
"loc": "south-east"
},
{
"name": "path",
"type": "changed",
... | 3 | 686 |
You are given a current state 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... | {} | 2 | 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": 8
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 3
},
{
"n... | {} | 5 | 339 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 4
},
{
"name": "drink",
"value": 5
},
{
"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": 6
},
{
"name": "drink",
"value": 5
},
{
"n... | {
"objects": [
{
"name": "water",
"dist": 3,
"loc": "south",
"type": "added"
},
{
"name": "grass",
"type": "changed",
"loc": "south"
},
{
"name": "stone",
"type": "changed",
"loc": "west"
},
{
"name": "path",
"type": "... | 6 | 797 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 3
},
{
"name": "food",
"value": 1
},
{
"name": "drink",
"value": 9
},
{
"n... | {} | 2 | 356 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 6
},
{
"name": "drink",
"value": 5
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 5
}
],
"facing": {
"type": "changed",
"value": "table"
}
} | 6 | 443 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 2
},
{
"name": "drink",
"value": 4
},
{
"n... | {
"objects": [
{
"name": "water",
"type": "changed",
"dist": 3
},
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "sand",
"type": "changed",
"dist": 4,
"loc": "south-east"
},
{
"name": "tree",
"type":... | 2 | 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": 8
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 0
},
{
"n... | {} | 1 | 420 |
You are given a current state 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": 3
},
{
"name": "wood_pickaxe",
"value": 1,
"type": "added"
},
{
"name": "wood_sword",
"value": 1,
"type": "added"
}
],
"objects": [
{
"name": "tree",
"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": 5
},
{
"name": "food",
"value": 3
},
{
"name": "drink",
"value": 1
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 2
}
],
"objects": [
{
"name": "zombie",
"dist": 2,
"loc": "south",
"type": "added"
}
]
} | 4 | 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": 5
},
{
"name": "food",
"value": 5
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 5
}
],
"objects": [
{
"name": "water",
"type": "changed",
"dist": 3
},
{
"name": "grass",
"type": "changed",
"loc": "west"
},
{
"name": "sand",
"type": "changed",
"dist": 2
}... | 4 | 554 |
You are 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": 1
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "west"
},
{
"name": "stone",
"type": "changed",
"dist": 2,
"loc": "north-west"
},
{
"name": "path",
"type": "changed",
"loc": "north"
},
{
"name": "tree",
"ty... | 1 | 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": 8
},
{
"name": "drink",
"value": 5
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 7
},
{
"name": "energy",
"value": 6
}
],
"objects": [
{
"name": "tree",
"type": "changed",
"dist": 3,
"loc": "west"
},
{
"name": "table",
"type": "changed",
"dist": 3
}
],
... | 5 | 446 |
You are given a current state 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 | 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": 7
},
{
"name": "drink",
"value": 8
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 9
},
{
"name": "energy",
"value": 7
}
],
"objects": [
{
"name": "water",
"type": "changed",
"dist": 2,
"loc": "west"
},
{
"name": "grass",
"type": "changed",
"loc": "north"
},... | 6 | 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": 5
},
{
"name": "drink",
"value": 4
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 3
},
{
"name": "energy",
"value": 5
}
],
"objects": [
{
"name": "cow",
"dist": 5,
"loc": "south-east",
"type": "added"
}
]
} | 6 | 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": 9
},
{
"name": "drink",
"value": 8
},
{
"n... | {
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 2
},
{
"name": "wood_sword",
"value": 1,
"type": "added"
}
]
} | 2 | 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": 9
},
{
"name": "drink",
"value": 9
},
{
"n... | {} | 2 | 295 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 8
},
{
"name": "food",
"value": 6
},
{
"name": "drink",
"value": 1
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 6
}
],
"objects": [
{
"name": "sand",
"type": "changed",
"dist": 5
},
{
"name": "tree",
"type": "changed",
"dist": 1
},
{
"name": "table",
"type": "changed",
"dist": 1,
"l... | 2 | 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": 9
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 9
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "stone",
"type": "changed",
"dist": 4,
"loc": "east"
},
{
"name": "path... | 5 | 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": 9
},
{
"name": "food",
"value": 4
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"objects": [
{
"name": "zombie",
"dist": 3,
"loc": "north",
"type": "added"
}
]
} | 2 | 285 |
You are 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": 4
},
{
"n... | {} | 1 | 388 |
You are given a current state 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": "wood",
"type": "changed",
"value": 4
}
],
"objects": [
{
"name": "tree",
"type": "changed",
"dist": 4,
"loc": "south-west"
}
],
"facing": {
"type": "changed",
"value": "grass"
}
} | 1 | 369 |
You are 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": 4
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 5
}
],
"inventory": [
{
"name": "wood",
"type": "changed",
"value": 6
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"dist": 2
},
{
"name": "stone",
"type": "changed",
... | 3 | 814 |
You are given a current state 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... | {} | 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": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "tree",
"type": "changed",
"dist": 1,
"loc": "west"
},
{
"name": "cow",
"dist": 4,
"loc": "north-east",
"type": "added"
}
]
} | 6 | 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": 2
},
{
"name": "food",
"value": 2
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 5
}
],
"objects": [
{
"name": "zombie",
"type": "removed"
}
],
"facing": {
"type": "changed",
"value": "plant"
}
} | 6 | 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": 8
},
{
"name": "food",
"value": 1
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 3
}
]
} | 5 | 283 |
You are 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": 0
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 2
}
]
} | 5 | 452 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 7
},
{
"n... | {
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 5,
"loc": "south-east"
}
]
} | 4 | 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": 6
},
{
"n... | {
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "north"
},
{
"name": "table",
"type": "changed",
"dist": 1,
"loc": "west"
}
],
"facing": {
"type": "changed",
"value": "table"
}
} | 2 | 349 |
You are given a current state 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": "south"
}
]
} | 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": 9
},
{
"name": "drink",
"value": 8
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 8
},
{
"name": "drink",
"value": 9
}
],
"objects": [
{
"name": "water",
"type": "changed",
"dist": 1
},
{
"name": "sand",
"type": "changed",
"dist": 4,
"loc": "north-east"
},
... | 6 | 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": 9
},
{
"name": "food",
"value": 6
},
{
"name": "drink",
"value": 5
},
{
"n... | {} | 2 | 342 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 3
},
{
"name": "food",
"value": 2
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 1
},
{
"name": "food",
"value": 8
}
],
"objects": [
{
"name": "cow",
"type": "removed"
},
{
"name": "zombie",
"type": "removed"
}
],
"facing": {
"type": "changed",
"value": "grass... | 4 | 530 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 5
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 4
}
],
"objects": [
{
"name": "cow",
"dist": 5,
"loc": "south-west",
"type": "added"
}
]
} | 4 | 340 |
You are 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": 4
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 6
}
],
"facing": {
"type": "changed",
"value": "zombie"
}
} | 3 | 436 |
You are 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": 8
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 0
},
{
"name": "drink",
"value": 9
}
],
"objects": [
{
"name": "arrow",
"type": "changed",
"loc": "south-west"
}
],
"dead": {
"type": "changed",
"value": true
}
} | 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": 7
},
{
"name": "food",
"value": 5
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 8
}
]
} | 4 | 416 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 2
},
{
"name": "drink",
"value": 1
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 0
},
{
"name": "energy",
"value": 3
}
],
"objects": [
{
"name": "zombie",
"dist": 4,
"loc": "south-west",
"type": "added"
}
]
} | 4 | 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": 6
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 5
}
],
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 1
}
]
} | 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": 4
},
{
"name": "food",
"value": 0
},
{
"name": "drink",
"value": 0
},
{
"n... | {
"vitals": [
{
"name": "health",
"value": 3
}
]
} | 6 | 475 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 8
},
{
"name": "food",
"value": 4
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"vitals": [
{
"name": "drink",
"value": 2
}
]
} | 5 | 355 |
You are 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": 0
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 2
}
],
"inventory": [
{
"name": "stone",
"type": "changed",
"value": 3
}
],
"objects": [
{
"name": "grass",
"type": "changed",
"loc": "west"
},
{
"name": "stone",
"type": "changed... | 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": 9
},
{
"name": "food",
"value": 7
},
{
"name": "drink",
"value": 9
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 6
}
]
} | 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": 9
},
{
"name": "food",
"value": 6
},
{
"name": "drink",
"value": 8
},
{
"n... | {
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 4
}
]
} | 1 | 320 |
You are given a current state 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": "grass",
"type": "changed",
"loc": "south"
},
{
"name": "stone",
"type": "changed",
"dist": 2,
"loc": "west"
},
{
"name": "path",
"type": "changed",
"loc": "west"
},
{
"name": "coal",
"type": "... | 1 | 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": 9
},
{
"name": "drink",
"value": 5
},
{
"n... | {} | 2 | 355 |
You are given a current state 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": 2
},
{
"n... | {
"vitals": [
{
"name": "energy",
"value": 4
}
],
"objects": [
{
"name": "cow",
"type": "removed"
}
]
} | 3 | 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": 6
},
{
"name": "drink",
"value": 7
},
{
"n... | {} | 5 | 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": 6
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 2
},
{
"n... | {
"facing": {
"type": "changed",
"value": "zombie"
}
} | 2 | 380 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 8
},
{
"n... | {} | 1 | 265 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 5
},
{
"name": "food",
"value": 0
},
{
"name": "drink",
"value": 1
},
{
"n... | {} | 5 | 303 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 6
},
{
"name": "food",
"value": 3
},
{
"name": "drink",
"value": 6
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 2
}
],
"objects": [
{
"name": "water",
"type": "changed",
"dist": 4,
"loc": "north-west"
},
{
"name": "grass",
"type": "changed",
"loc": "south"
},
{
"name": "sand",
"type": "chan... | 5 | 545 |
You are given a current state and a sequence of actions. Predict the resulting state after applying them in order.
Current state:
{
"vitals": [
{
"name": "health",
"value": 9
},
{
"name": "food",
"value": 9
},
{
"name": "drink",
"value": 3
},
{
"n... | {
"vitals": [
{
"name": "food",
"value": 8
}
],
"objects": [
{
"name": "cow",
"type": "changed",
"dist": 4
}
],
"facing": {
"type": "changed",
"value": "grass"
}
} | 6 | 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": 4
},
{
"name": "drink",
"value": 3
},
{
"n... | {} | 5 | 385 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.