-
Notifications
You must be signed in to change notification settings - Fork 121
[Fix] Add changelog and Update task name to IIGN #229
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c324bf7
add changelog
kew6688 8e87505
polish changelog 0.3.0
kew6688 c70a1ea
refine changelog formatting
kew6688 636ba48
change all 'iion' to 'iign'
DuangZhu 651f5ce
Fix grammar in changelog.md for v0.3.0 release
kew6688 b96700c
Update changelog.md
kew6688 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| ## Unreleased | ||
|
|
||
| Upcoming changes will be tracked in this section. | ||
|
|
||
| ## Changelog of v0.3.0 (2026/01/05) | ||
| ### Highlights | ||
| - Support the training of InternVLA-N1 (#184) | ||
| - Support training and evaluation for the [VL-LN benchmark](https://arxiv.org/html/2512.22342v2) (#193, #198) | ||
| - Add a new flash without collision controller (#189) | ||
|
|
||
| ### New Features | ||
| - Add InternVLA-N1 Training code (#184) | ||
|
kew6688 marked this conversation as resolved.
Outdated
|
||
| - Support RxR dataset evaluation (#184) | ||
| - Add training code for the baseline of VLLN Bench (#198) | ||
|
kew6688 marked this conversation as resolved.
Outdated
|
||
| - Support evaluation in VL-LN Bench (#193) | ||
| - Support Flash without collisoin controller (#189) | ||
|
|
||
| ### Improvements | ||
| - Decouple System 2 and Dual System evaluation functions in Habitat evaluator for better readability (#184) | ||
|
kew6688 marked this conversation as resolved.
Outdated
|
||
| - Update internvla-n1 agent in VLN-PE to align with new model and policy interface (#184) | ||
|
kew6688 marked this conversation as resolved.
Outdated
|
||
| - Enhance Habitat evaluation pipeline to handle NaN values in results (#217) | ||
| - Update readme to include community tutorials (#217) | ||
|
|
||
| ### Bug Fixes | ||
| - Fix the version of diffusers in requirements (#184) | ||
| - Fix the result json saving path in VLN-PE (#217) | ||
| - Fix RxR evaluation result collecting bug (#217) | ||
| - Removed legacy code in scripts/demo (#217) | ||
|
|
||
| ### Contributors | ||
| @kellyiss @DuangZhu @0309hws @kew6688 | ||
|
|
||
| Full Changelog: https://github.com/InternRobotics/InternNav/compare/release/v0.2.0...release/v0.3.0 | ||
|
|
||
| ## Changelog of v0.2.0 (2025/12/04) | ||
| ### Highlights | ||
| - Support distributed evaluation for VLN-PE, reducing full benchmark runtime to ~1.6 hours using 16 GPUs (≈13× speedup over single-GPU eval) (#168) | ||
| - Enhance Habitat evaluation flow with `DistributedEvaluator` and `HabitatEnv` integrated into the InternNav framework (#168) | ||
| - Support install flags for dependency isolation: `[habitat]`, `[isaac]`, `[model]` (#135) | ||
|
|
||
| ### New Features | ||
| - Support distributed evaluation for VLN-PE (#168) | ||
| - Support a unified evaluation script `eval.py`, with new Habitat evaluation configs in `scripts/eval/configs` (#168) | ||
| - Support install flags for dependency isolation (#168) | ||
|
|
||
| ### Improvements | ||
| - Add `HabitatEnv` with episode pool management (#168) | ||
| - Update `InternUtopiaEnv` for distributed execution and episode pool management (#168) | ||
| - Enhance `episode_loader` in VLN-PE with new distributed mode compatibility (#168) | ||
| - Update `data_collector` to support progress checkpointing and incremental result aggregation in distributed evaluation. (#168) | ||
|
|
||
| ### Bug Fixes | ||
| - Fix logger disabled after Isaac Sim initialization during evaluator bootstrap (#168) | ||
| - Fix dataloader bug where `revise_one_data()` was incorrectly applied to all datasets (#168) | ||
| - Fix visualization images dimension mismatch during InternVLA-N1 evaluation (#168) | ||
| - Fix distributed evaluation crash in rdp policy (#168) | ||
| - Fix GitHub CI tests (#168) | ||
|
|
||
| ### Contributors | ||
| A total of 3 developers contributed to this release. | ||
| @kew6688, @Gariscat, @yuqiang-yang | ||
|
|
||
| Full changelog: https://github.com/InternRobotics/InternNav/compare/release/v0.1.0...release/v0.2.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.