RewardPrediction / data /textworld /237 /positive.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "Open the Microsoft limited edition locker. Retrieve the latchkey from the locker. Insert the latchkey into the locker's lock to unlock it. Observe the locker is wide open. Place the fly larva into the locker.",
"trajectory": [
{
"action": "open Microsoft limited edition locker",
"observation": "You open the Microsoft limited edition locker, revealing a latchkey.",
"reward": {
"raw": 0.0,
"shaped": 0.2,
"is_expert": true
}
},
{
"action": "take latchkey from Microsoft limited edition locker",
"observation": "You take the latchkey from the Microsoft limited edition locker.",
"reward": {
"raw": 0.0,
"shaped": 0.4,
"is_expert": true
}
},
{
"action": "unlock locker with latchkey",
"observation": "(the locker with the latchkey) You unlock the locker.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "open locker",
"observation": "(the locker) You open the locker, revealing a Microsoft limited edition keycard.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "insert fly larva into locker",
"observation": "(the locker) You put the fly larva into the locker. 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
}
},
{
"action": "insert latchkey into Microsoft limited edition locker",
"observation": "(the locker) You put the fly larva into the locker. 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": false
}
}
]
}