| { | |
| "goal_description": "You need to complete the following tasks (order not specified): take the key from the stand. unlock the locker with the key. open the locker in the cellar. pick up the passkey from the locker in the cellar. lock the chest with the passkey.", | |
| "trajectory": [ | |
| { | |
| "action": "examine key", | |
| "observation": "The key is cold to the touch", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "take key from stand", | |
| "observation": "You take the key from the stand.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.2, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "unlock locker with key", | |
| "observation": "You unlock the locker.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.4, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "open locker", | |
| "observation": "You open the locker, revealing a passkey and a sock.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.6, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "take passkey from locker", | |
| "observation": "You take the passkey from the locker.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.8, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "lock chest with passkey", | |
| "observation": "You lock the chest. 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 | |
| } | |
| } | |
| ] | |
| } |