Skip to content

Conversation

@kew6688
Copy link
Collaborator

@kew6688 kew6688 commented Dec 2, 2025

Motivation

Refactoring the evaluation workflow makes it correct at scale, easier to change, and faster to iterate.

Modification

Bump version to v0.2.0

BC-breaking (Optional)

Does the modification introduce changes that break the back-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Major breaks in evaluation usage:

  • env_type 'vln_multi' => 'internutopia' / 'habitat'
  • eval_type vln_multi => vln_distributed
  • new eval_settings usa_agent_server
  • removed eval_habitat.py
  • some modules were refactored to new interface

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.

Distributed evaluation now are supported for slurm, torchrun, alicloud
scripts/eval/bash/eval_vln_distributed.sh {habitat|internutopia|internutopia_vec_env} [--config xxx]

Checklist

Pre-commit or other linting tools are used to fix the potential lint issues.
The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
If the modification has potential influence on downstream projects, this PR should be tested with downstream projects.
The documentation has been modified accordingly, like docstring or example tutorials.

Changelog of v0.2.0 (2025/12/4)

Highlights

New Features

Improvements

Bug Fixes

Contributors

A total of 3 developers contributed to this release.
@kew6688, @Gariscat, @yuqiang-yang

@kew6688 kew6688 requested a review from Tai-Wang December 2, 2025 10:58
README.md Outdated
- [2025/07] InternNav v0.1.1 released.
| Time | Update |
|---------|--------|
| 2025/11 | InternNav v0.2.0 released — added distributed evaluation support for InternVLA-N1, with major codebase refactoring, bug fixes, and stability improvements.|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"with major codebase refactoring, bug fixes, and stability improvements"
To be specific, if nothing special, just remove it

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

distributed evaluation support should be for benchmarks instead of a specific model, InternVLA-N1?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to InternNav v0.2.0 released — added distributed evaluation support for VLN-PE.

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.

3 participants