| { | |
| "goal_description": "You need to complete the following tasks (order not specified): check that the safe is open. take the key from the safe in the restroom. ensure the box is unlocked. ensure the box is wide open. deposit the sponge into the box.", | |
| "trajectory": [ | |
| { | |
| "action": "open Microsoft chest", | |
| "observation": "You open the Microsoft chest, revealing a latchkey.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "close Microsoft chest", | |
| "observation": "You close the Microsoft chest.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "open safe", | |
| "observation": "You open the safe, revealing a key and a Microsoft key.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.2, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "take key from safe", | |
| "observation": "(the key from the safe) You take the key from the safe.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.4, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "unlock box with key", | |
| "observation": "(the key) You unlock the box.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.6, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "open box", | |
| "observation": "You open the box, revealing a keycard.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.8, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "insert sponge into box", | |
| "observation": "You put the sponge into the box. Your score has just gone up by one point. *** The End *** You scored 1 out of a possible 1, in 8 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 | |
| } | |
| } | |
| ] | |
| } |