|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## Unreleased |
| 6 | + |
| 7 | +Upcoming changes will be tracked in this section. |
| 8 | + |
| 9 | +## Changelog of v0.3.0 (2026/01/05) |
| 10 | +### Highlights |
| 11 | +- Support training of InternVLA-N1 and evaluation on RxR (#184) |
| 12 | +- Support training and evaluation for the [VL-LN benchmark](https://arxiv.org/html/2512.22342v2) (#193, #198) |
| 13 | +- Add a new flash without collision controller (#189) |
| 14 | + |
| 15 | +### New Features |
| 16 | +- Add training code for InternVLA-N1 (#184) |
| 17 | +- Support evaluation on the RxR dataset (#184) |
| 18 | +- Add training code for the VL-LN benchmark baseline (#198) |
| 19 | +- Support evaluation on VL-LN benchmark (#193) |
| 20 | +- Add a Flash-without-Collisoin controller (#189) |
| 21 | + |
| 22 | +### Improvements |
| 23 | +- Decouple System 2 and Dual-System evaluation functions in the Habitat evaluator for better readability (#184) |
| 24 | +- Update InternVLA-N1 agent in VLN-PE to align with the updated InternVLA-N1 policy interface (#184) |
| 25 | +- Enhance the Habitat evaluation pipeline to handle NaN values in results (#217) |
| 26 | +- Update the README to include community tutorials (#217) |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | +- Fix the version of diffusers in the requirements (#184) |
| 30 | +- Fix the result JSON saving path in VLN-PE (#217) |
| 31 | +- Fix a bug in RxR evaluation result collection (#217) |
| 32 | +- Removed legacy code in scripts/demo (#217) |
| 33 | + |
| 34 | +### Contributors |
| 35 | +@kellyiss @DuangZhu @0309hws @kew6688 |
| 36 | + |
| 37 | +Full Changelog: https://github.com/InternRobotics/InternNav/compare/release/v0.2.0...release/v0.3.0 |
| 38 | + |
| 39 | +## Changelog of v0.2.0 (2025/12/04) |
| 40 | +### Highlights |
| 41 | +- Support distributed evaluation for VLN-PE, reducing full benchmark runtime to ~1.6 hours using 16 GPUs (≈13× speedup over single-GPU eval) (#168) |
| 42 | +- Enhance Habitat evaluation flow with `DistributedEvaluator` and `HabitatEnv` integrated into the InternNav framework (#168) |
| 43 | +- Support install flags for dependency isolation: `[habitat]`, `[isaac]`, `[model]` (#135) |
| 44 | + |
| 45 | +### New Features |
| 46 | +- Support distributed evaluation for VLN-PE (#168) |
| 47 | +- Support a unified evaluation script `eval.py`, with new Habitat evaluation configs in `scripts/eval/configs` (#168) |
| 48 | +- Support install flags for dependency isolation (#168) |
| 49 | + |
| 50 | +### Improvements |
| 51 | +- Add `HabitatEnv` with episode pool management (#168) |
| 52 | +- Update `InternUtopiaEnv` for distributed execution and episode pool management (#168) |
| 53 | +- Enhance `episode_loader` in VLN-PE with new distributed mode compatibility (#168) |
| 54 | +- Update `data_collector` to support progress checkpointing and incremental result aggregation in distributed evaluation. (#168) |
| 55 | + |
| 56 | +### Bug Fixes |
| 57 | +- Fix logger disabled after Isaac Sim initialization during evaluator bootstrap (#168) |
| 58 | +- Fix dataloader bug where `revise_one_data()` was incorrectly applied to all datasets (#168) |
| 59 | +- Fix visualization images dimension mismatch during InternVLA-N1 evaluation (#168) |
| 60 | +- Fix distributed evaluation crash in rdp policy (#168) |
| 61 | +- Fix GitHub CI tests (#168) |
| 62 | + |
| 63 | +### Contributors |
| 64 | +A total of 3 developers contributed to this release. |
| 65 | +@kew6688, @Gariscat, @yuqiang-yang |
| 66 | + |
| 67 | +Full changelog: https://github.com/InternRobotics/InternNav/compare/release/v0.1.0...release/v0.2.0 |
0 commit comments