RewardPrediction / data /textworld /224 /positive.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": "take key from TextWorld safe",
"observation": "You take the key from the TextWorld safe.",
"reward": {
"raw": 0.0,
"shaped": 0.2,
"is_expert": true
}
},
{
"action": "unlock box with key",
"observation": "You unlock the box.",
"reward": {
"raw": 0.0,
"shaped": 0.4,
"is_expert": true
}
},
{
"action": "open box",
"observation": "You open the box, revealing a broccoli, a desktop computer and a mouse.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "take desktop computer from box",
"observation": "You take the desktop computer from the box.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "insert desktop computer into safe",
"observation": "(the safe) You put the desktop computer into the safe. 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
}
}
]
}