| { | |
| "goal_description": "recover the type 3 key from the chest in the pantry. check that the type 3 chest is unlocked with the type 3 key. open the type 3 chest in the pantry. retrieve the licorice strip from the type 3 chest. eat the licorice strip.", | |
| "trajectory": [ | |
| { | |
| "action": "take type 3 key from chest", | |
| "observation": "(the chest) You take the type 3 key from the chest.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.2, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "unlock type 3 chest with type 3 key", | |
| "observation": "You unlock the type 3 chest.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.4, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "open type 3 chest", | |
| "observation": "You open the type 3 chest, revealing a licorice strip.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.6, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "take licorice strip from type 3 chest", | |
| "observation": "You take the licorice strip from the type 3 chest.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.8, | |
| "is_expert": true | |
| } | |
| }, | |
| { | |
| "action": "eat licorice strip", | |
| "observation": "You eat the licorice strip. Not bad. 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 | |
| } | |
| } | |
| ] | |
| } |