Temperature-related actions (SetGlobalRoomTempDecayTime, etc.) are invalid in pip-installed AI2THOR 5.0.0
Open
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 297
- PR merge metrics
- No merged PRs in 30d
Description
According to the official AI2THOR documentation (https://ai2thor.allenai.org/ithor/documentation/objects/set-object-states/#set-temperature), the following temperature-related actions should be available:
- `SetGlobalRoomTempDecayTime`
- `SetRoomTempDecayTimeForType`
- `SetDecayTemperatureBool`
However, when installing AI2THOR 5.0.0 via pip (`pip install ai2thor==5.0.0`), these actions return "Invalid action" errors.
Contributor guide
Assessment
This issue has not been assessed yet.