8000 refactor: remove navigation tasks by jmatejcz · Pull Request #638 · RobotecAI/rai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: remove navigation tasks #638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

jmatejcz
Copy link
Contributor

Purpose

Navigational tasks are hard to validate or even impossible to validate based solely on tool calls. Unlike manipulation, where we have a tool Manipulator move to, here the agent is operating on nav2 actions which makes it harder to validate. Additionally in navigation there can be nearly infinite number of ways to drive somewhere. For example to move 20cm forward i can call move 10cm forward action 2 times and it would result in the same movement, therefor we can't say that the 2nd approach is wrong.

Proposed Changes

Based on that i decided to remove navigation tasks from tool calling benchmark. If you would want to have benchmark for navigation in the future, i think it makes much more sense to validate it via end result in simulation environment.

Issues

Partially #576

Testing

@jmatejcz jmatejcz force-pushed the jm/refactor/remove-navigation-tasks branch from 29f9061 to 889e323 Compare July 4, 2025 12:36
@jmatejcz jmatejcz changed the base branch from jm/feat/basic-tasks to development July 4, 2025 12:37
@jmatejcz jmatejcz marked this pull request as ready for review July 4, 2025 12:37
@jmatejcz jmatejcz requested a review from boczekbartek July 4, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0