| { | |
| "goal_description": "take the keycard from the armchair inside the office. unlock the safe in the office. ensure the safe is open. pick up the formless passkey from the safe in the office. insert the formless passkey into the formless box inside the office to lock it.", | |
| "trajectory": [ | |
| { | |
| "action": "take keycard from armchair", | |
| "observation": "You take the keycard from the armchair.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.2, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "unlock safe with keycard", | |
| "observation": "You unlock the safe.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.4, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "open safe", | |
| "observation": "You open the safe, revealing a formless passkey.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.6, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "take formless passkey from safe", | |
| "observation": "You take the formless passkey from the safe.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.8, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "lock formless box with formless passkey", | |
| "observation": "You lock the formless box. 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 grape from table", | |
| "observation": "You lock the formless box. 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 | |
| } | |
| } | |
| ] | |
| } |