Skip to content

Releases: allenai/ai2thor-rearrangement

2023 Challenge

19 Apr 00:04
2203acf
Compare
Choose a tag to compare

Our 2023 AI2-THOR Rearrangement Challenge has several upgrades distinguishing it from the 2022 version:

  1. New AI2-THOR version. We've upgraded the version of AI2-THOR we're using from 5.0.0, this brings performance improvements and bug fixes.
  2. New dataset. We've released a new rearrangement dataset to match the new AI2-THOR version. This new dataset has a more uniform balance of easy/hard episodes and requires interaction with more objects.
  3. Improved object-opening logic. In previous versions of the rearrangement challenge there was no downside to attempting to open all objects that the agent came across as the open action would only execute when opening an object that was in a state different from that during walkthrough phase. In this version of the challenge, all openable objects have open and closed states that are toggled when agent issues the open action upon them.
  4. Misc. improvements. We've fixed a number of minor bugs and performance issues from the 2022 challenge improving consistency.

2022 Leaderboards and Embodied CLIP Model

25 Mar 18:57
9b58a1f
Compare
Choose a tag to compare

This release adds:

  1. Links to the 2022 leaderboards.
  2. Pretrained model and experiment configuration file for the embodied CLIP model that is SOTA for the 1-phase 2021 leaderboard. Relevant paper: https://arxiv.org/abs/2111.09888 .

2022 AI2THOR-Rearrangement Challenge

15 Feb 00:52
79068f0
Compare
Choose a tag to compare

🔥🆕🔥 2022 AI2THOR-Rearrangement Challenge

Our 2022 AI2-THOR Rearrangement Challenge has several upgrades distinguishing it from the 2021 version:

  1. New AI2-THOR version. We've upgraded the version of AI2-THOR we're using from 2.1.0 to 4.1.0, this brings:
    • Performance improvements
    • The ability to use (the recently announced) headless rendering feature, see
      here this makes it much easier to run
      AI2-THOR on shared servers where you may not have the admin privileges to start an X-server.
  2. New dataset. We've released a new rearrangement dataset to match the new AI2-THOR version. This new dataset
    has a more uniform balance of easy/hard episodes.
  3. Misc. improvements. We've fixed a number of minor bugs and performance issues from the 2021 challenge improving
    consistency.

v0.4.1 Patch

17 May 21:35
aadd8bd
Compare
Choose a tag to compare

This patch updates the AI2-THOR commit version in order to improves the quality of the data returned by the semantic mapping sensors. This fixes a bug where semantic map sensors might return incorrect convex hulls for "Drawer" objects.

Semantic Mapping Experiments Release

26 Apr 21:51
d5168be
Compare
Choose a tag to compare

This release includes three new experiments corresponding to the semantic mapping experiments from the paper:

Leaderboard Details and Improved Physics Determinism

09 Apr 16:19
195aedd
Compare
Choose a tag to compare

This release includes two central updates:

  1. New instructions and links to our online challenge leaderboard along with instructions describing how to create submissions.
  2. Use of a new AI2-THOR build that improves physics determinism (necessary for making leaderboard evaluation repeatable).

2021 Rearrangement Challenge

17 Feb 05:14
f5a6b9d
Compare
Choose a tag to compare

This release includes brings this repository up to date for our 2021 challenge. This includes several substantial upgrades including:

  1. Definitions of new challenge tracks.
  2. Integration of our rearrangement environment into AllenAct abstractions.
  3. New baseline models with associated pretrained models.
  4. Large amounts of documentation.
  5. New training, validation, and test sets.

🎉 0.1.0

21 Sep 18:36
Compare
Choose a tag to compare
fix held object rotation scales