RewardPrediction / data /textworld /14 /positive.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "take the cuboid passkey from the locker. unlock the cuboid box with the cuboid passkey. open the cuboid box inside the shower. recover the keycard from the cuboid box in the shower. place the keycard into the chest in the shower to lock it.",
"trajectory": [
{
"action": "take cuboid passkey from locker",
"observation": "You take the cuboid passkey from the locker.",
"reward": {
"raw": 0.0,
"shaped": 0.2,
"is_expert": true
}
},
{
"action": "unlock cuboid box with cuboid passkey",
"observation": "You unlock the cuboid box.",
"reward": {
"raw": 0.0,
"shaped": 0.4,
"is_expert": true
}
},
{
"action": "open cuboid box",
"observation": "You open the cuboid box, revealing a keycard.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "take keycard from cuboid box",
"observation": "You take the keycard from the cuboid box.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "lock chest with keycard",
"observation": "You lock the chest. Your score has just gone up by one point. *** The End *** You scored 1 out of a possible 1, in 6 turns. Would you like to RESTART, RESTORE a saved game, QUIT or UNDO the last command?",
"reward": {
"raw": 1.0,
"shaped": 1.0,
"is_expert": true
}
}
]
}