RewardPrediction / data /textworld /224 /negative_0.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "You need to complete the following tasks (order not specified): take the key from the TextWorld safe; check that the box is unlocked with the key; doublecheck that the box inside the workshop is wide open; pick up the desktop computer from the box; deposit the desktop computer inside the safe in the workshop.",
"trajectory": [
{
"action": "close TextWorld safe",
"observation": "You close the TextWorld safe.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "take folder from safe",
"observation": "(the safe) You take the folder from the safe.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "examine passkey",
"observation": "(the passkey) The passkey is heavy.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "inventory",
"observation": "You are carrying: a folder and a passkey.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "insert folder into safe",
"observation": "(the safe) You put the folder into the safe.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
}
]
}