| { | |
| "goal_description": "You need to complete the following tasks (order not specified): take the non-euclidean key from the bar inside the bedroom. unlock the non-euclidean chest inside the bedroom. open the non-euclidean chest in the bedroom. retrieve the vanilla scented key from the non-euclidean chest inside the bedroom. unlock the vanilla scented box. win.", | |
| "trajectory": [ | |
| { | |
| "action": "examine bar", | |
| "observation": "The bar is balanced. On the bar are a fondue and a non-euclidean key.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "examine non-euclidean chest", | |
| "observation": "The non-euclidean chest looks strong, and impossible to break. It is closed.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "examine bed stand", | |
| "observation": "The bed stand is reliable. On the bed stand is a worm.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "take worm from bed stand", | |
| "observation": "You take the worm from the bed stand.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "put worm on bed stand", | |
| "observation": "You put the worm on the bed stand.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| }, | |
| { | |
| "action": "examine desk", | |
| "observation": "The desk is undependable.", | |
| "reward": { | |
| "raw": 0.0, | |
| "shaped": 0.0, | |
| "is_expert": false | |
| } | |
| } | |
| ] | |
| } |