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