RewardPrediction / data /textworld /19 /positive.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "You need to complete the following tasks (order not specified): retrieve latchkey from floor of launderette, unlock chest with latchkey, open chest within launderette, take iron from chest, throw iron on floor of launderette.",
"trajectory": [
{
"action": "take latchkey",
"observation": "You pick up the latchkey from the ground.",
"reward": {
"raw": 0.0,
"shaped": 0.2,
"is_expert": true
}
},
{
"action": "unlock chest with latchkey",
"observation": "You unlock the chest.",
"reward": {
"raw": 0.0,
"shaped": 0.4,
"is_expert": true
}
},
{
"action": "open chest",
"observation": "You open the chest, revealing a fondue and an iron.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "take iron from chest",
"observation": "You take the iron from the chest.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "drop iron",
"observation": "You drop the iron on the ground. 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": "examine safe",
"observation": "You drop the iron on the ground. 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
}
}
]
}