| { | |
| "goal_description": "You need to complete the following tasks (order not specified): retrieve the TextWorld keycard from the floor of the kitchenette. insert the TextWorld keycard into the TextWorld locker's lock to unlock it. ensure the TextWorld locker in the kitchenette is open. take the spoon from the TextWorld locker. rest the spoon on the saucepan.", | |
| "trajectory": [ | |
| { | |
| "action": "examine saucepan", | |
| "observation": "The saucepan is durable. On the saucepan is a chocolate bar.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "take TextWorld keycard", | |
| "observation": "You pick up the TextWorld keycard from the ground.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.2, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "unlock TextWorld locker with TextWorld keycard", | |
| "observation": "You unlock the TextWorld locker.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.4, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "open TextWorld locker", | |
| "observation": "You open the TextWorld locker, revealing a spoon.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.6, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "take spoon from TextWorld locker", | |
| "observation": "You take the spoon from the TextWorld locker.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.8, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "put spoon on saucepan", | |
| "observation": "You put the spoon on the saucepan. 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 TextWorld keycard into case", | |
| "observation": "You put the spoon on the saucepan. 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 | |
| } | |
| } | |
| ] | |
| } |