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.81k stars 460 forks source link

HITL - Add end episode form and error reporting #1968

Closed 0mdc closed 1 month ago

0mdc commented 1 month ago

Motivation and Context

This changeset adds a modal dialog box for ending the episode.

It allows users to either:

https://github.com/facebookresearch/habitat-lab/assets/110583667/aa3718d7-d057-41d3-b16b-c6d958586967

How it works

The modal dialog box is a state machine. It emits events to signal that the state should be changed.

For context on how the new components work, see:

Notes

Depends on:

How Has This Been Tested

Tested on multiplayer application.

Types of changes

Checklist