RewardPrediction / data /textworld /208 /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 rack. insert the key into the box inside the pantry's lock to unlock it. open the box inside the pantry. take the shoe from the box. sit the shoe on the rack within the pantry.",
"trajectory": [
{
"action": "take key from rack",
"observation": "You take the key from the rack.",
"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 shoe.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "take shoe from box",
"observation": "You take the shoe from the box.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "put shoe on rack",
"observation": "You put the shoe on the rack. 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": "take salad",
"observation": "You put the shoe on the rack. 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
}
},
{
"action": "insert key into cabinet",
"observation": "You put the shoe on the rack. 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
}
}
]
}