facebookresearch / habitat-lab

A modular high-level library to train embodied AI agents across a variety of tasks and environments.
https://aihabitat.org/
MIT License
1.93k stars 481 forks source link

Update object states in hitl to use CollaborationSim #1990

Closed MatthewChang closed 3 weeks ago

MatthewChang commented 3 months ago

Motivation and Context

Updates the HITL tool to use instances of CollaborationSim so that the latest object state logic is available in HITL. Depends on (https://github.com/facebookresearch/habitat-llm/pull/279)

How Has This Been Tested

Manual local testing

Types of changes

Development

Checklist

aclegg3 commented 3 months ago

I'm seeing the CI issue with habitat-llm being unavailable for import. We should probably instantiate that test on habitat-llm instead and mark it for skip here.

0mdc commented 3 weeks ago

Closing as obsolete.

The following PRs implement this functionality: