RewardPrediction / data /textworld /107 /negative_0.json
YijunShen's picture
Initial commit
b087771 verified
{
"goal_description": "retrieve the lavender scented key from the chest. insert the key into the chest's lock to unlock it. confirm the chest is open. pick up the potato from the chest. eat the potato. win.",
"trajectory": [
{
"action": "examine loaf of bread",
"observation": "that's a standard loaf of bread!",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "examine apple",
"observation": "You couldn't pay me to eat that normal thing.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "eat loaf of bread",
"observation": "You eat the loaf of bread. Not bad.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "examine table",
"observation": "The table is durable. On the table is a keycard.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "examine lavender scented key",
"observation": "The metal of the lavender scented key is hammered.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
},
{
"action": "examine table",
"observation": "The table is durable. On the table is a keycard.",
"reward": {
"raw": 0.0,
"shaped": 0.0,
"is_expert": false
}
}
]
}