feat(evals): add QA suites for 18 Habitat scenes - #4195
Draft
ruthwikdasyam wants to merge 13 commits into
Draft
ruthwikdasyam wants to merge 13 commits into
ruthwikdasyam wants to merge 13 commits into
Conversation
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #4195 +/- ##
==========================================
+ Coverage 79.45% 79.46% +0.01%
==========================================
Files 1485 1519 +34
Lines 140563 141152 +589
Branches 12062 12087 +25
==========================================
+ Hits 111685 112168 +483
- Misses 25462 25566 +104
- Partials 3416 3418 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 13 files with indirect coverage changes 🚀 New features to boost your workflow:
|
ruthwikdasyam
changed the base branch from
main
to
ruthwik/feat/habitat-evals
September 16, 2026 18:11
This was referenced Sep 18, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Contribution path
Builds on the merged Habitat environment support in #4126.
Problem
Add scene-specific QA evaluations for Habitat datasets.
Solution
EvalCasedefinitions with shared scoring helpers and fresh environments.SCENES.md.How to Test
With Habitat and the HM3D example dataset installed:
117 focused tests and pre-commit checks passed. Live-agent runs and HSSD runtime navmesh coverage remain to be validated.
AI assistance
OpenCode with GPT-6 Astra implemented the suites and checks; the user visually reviewed the scenes and reference answers.
Checklist