facebookresearch / facebookresearch/fairo

"around" broken

Open
#1,215 0 comments 0 reactions 2 assignees Claimed by @kavyasrinet View on GitHub
Dominant language
Jupyter Notebook
Stars
929
Forks
123
PR merge metrics
No merged PRs in 30d

Description

## Type of Issue

Select the type of issue:
- [x] Bug report (to report a bug)
- [ ] Feature request (to request an additional feature)
- [ ] Tracker (I am just using this as a tracker)
- [ ] Refactor request
- [ ] Documentation Ask

## Description

"around" is broken; parse seems correct:
{
'dialogue_type': 'HUMAN_GIVE_COMMAND',
'event_sequence': [{
'action_type': 'MOVE',
'location': {
'reference_object': {
'filters': {
'where_clause': {
'AND': [{
'pred_text': 'has_name',
'obj_text': 'cube'
}]
}
},
'text_span': 'cube'
},
'relative_direction': 'AROUND',
'text_span': 'around the cube'
}
}]
}

But agent does not go around the cube.... it goes right into it.
## Current Behavior

agent goes into object instead of around

## Expected Behavior

agent should go around

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.