RewardPrediction / data /textworld /225 /positive.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "You need to complete the following tasks (order not specified): unlock the American chest, confirm the American chest in the laundromat is open, take the keycard from the American chest in the laundromat, confirm the safe is unlocked, confirm the safe is opened.",
"trajectory": [
{
"action": "unlock American chest with American passkey",
"observation": "You unlock the American chest.",
"reward": {
"raw": 0.0,
"shaped": 0.2,
"is_expert": true
}
},
{
"action": "open American chest",
"observation": "You open the American chest, revealing a keycard.",
"reward": {
"raw": 0.0,
"shaped": 0.4,
"is_expert": true
}
},
{
"action": "take keycard from American chest",
"observation": "You take the keycard from the American chest.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "unlock safe with keycard",
"observation": "You unlock the safe.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "open safe",
"observation": "You open the safe, revealing a stick of butter and an iron. 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
}
}
]
}