RewardPrediction / data /textworld /203 /positive.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "You need to complete the following tasks (order not specified): recover the type 9 key from the mantelpiece. unlock the type 9 locker with the type 9 key. open the type 9 locker. take the fondue from the type 9 locker within the cubicle. eat the fondue.",
"trajectory": [
{
"action": "take Canadian style passkey",
"observation": "You pick up the Canadian style passkey from the ground.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "take type 9 key from mantelpiece",
"observation": "You take the type 9 key from the mantelpiece.",
"reward": {
"raw": 0.0,
"shaped": 0.2,
"is_expert": true
}
},
{
"action": "unlock type 9 locker with type 9 key",
"observation": "You unlock the type 9 locker.",
"reward": {
"raw": 0.0,
"shaped": 0.4,
"is_expert": true
}
},
{
"action": "open type 9 locker",
"observation": "You open the type 9 locker, revealing a coconut and a fondue.",
"reward": {
"raw": 0.0,
"shaped": 0.6,
"is_expert": true
}
},
{
"action": "take fondue from type 9 locker",
"observation": "You take the fondue from the type 9 locker.",
"reward": {
"raw": 0.0,
"shaped": 0.8,
"is_expert": true
}
},
{
"action": "eat fondue",
"observation": "You eat the fondue. Not bad. Your score has just gone up by one point. *** The End *** You scored 1 out of a possible 1, in 7 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 Canadian style passkey into type 9 locker",
"observation": "You eat the fondue. Not bad. Your score has just gone up by one point. *** The End *** You scored 1 out of a possible 1, in 7 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
}
}
]
}