| { | |
| "goal_description": "You need to complete the following tasks (order not specified): retrieve the cake scented keycard from the locker in the closet. unlock the cake scented safe in the closet. open the cake scented safe in the closet. pick up the shoe from the cake scented safe. rest the shoe on the table.", | |
| "trajectory": [ | |
| { | |
| "action": "take cake scented keycard from locker", | |
| "observation": "(the locker) You take the cake scented keycard from the locker.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.2, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "unlock cake scented safe with cake scented keycard", | |
| "observation": "You unlock the cake scented safe.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.4, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "open cake scented safe", | |
| "observation": "You open the cake scented safe, revealing a type 8 passkey and a shoe.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.6, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "take shoe from cake scented safe", | |
| "observation": "You take the shoe from the cake scented safe.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.8, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "put shoe on table", | |
| "observation": "You put the shoe on the table. 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 | |
| } | |
| } | |
| ] | |
| } |