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

[Bug Fix] fix out of index error on Stretch arm action when using a joint mask #1976

Closed villekuosmanen closed 3 weeks ago

villekuosmanen commented 4 weeks ago

Motivation and Context

How Has This Been Tested

By running a stretch based agent that uses a joint mask.

Types of changes

NOTE: in theory this is a breaking change, in case someone was relying on the joint mask not doing anything. If the people who designed the mask are still around, was this the intended behaviour or was the intended behaviour to still include ignored joints in the action space?

Checklist