Skip to content

Releases: allenai/ai2thor

3.3.3

28 Jun 23:44
Compare
Choose a tag to compare
  • PR #770 - Rename RotateHand, MoveHand*, and RotateHandRelative
  • Add fix for rate limit error caused when passing in branch to the Controller

3.3.2

17 Jun 23:09
16d3007
Compare
Choose a tag to compare
  • #796 removes rogue trigger collider for toilet paper in FloorPlan424. Solves #794.
  • #795 adds some visibility points to counter tops such that they are visible from more positions. (Solves issue mentioned internally by @sagadre.)
  • #786 doesn't redo all the object ID calculations once an object is removed from the scene. Partially solves #773.
  • #780 now supports the RandomizeMaterials action with image synthesis on (e.g., rendering instance segmentation or depth frames).

3.3.1

08 Jun 19:45
Compare
Choose a tag to compare

3.3.0

04 Jun 01:06
c454816
Compare
Choose a tag to compare
  • bug fixes to Fillable objects in regards to occasional mesh renderer not showing up
  • updates to ThirdPartyCamera near and far clipping planes
  • Some collision updates in various scenes
  • Fixing hierarchies of some dirt decal objects on floors

3.2.1

01 Jun 18:48
8a855f8
Compare
Choose a tag to compare
  • #771 Adds fillLiquid to an object's metadata.
  • #769 Bug fixes directionalPush for pushAngle=0 and adds support for angles >= 360 degrees or < 0 degrees.
  • #765 When calling controller.step(action="RandomizeColors"), calling controller.reset() now automatically calls controller.step(action="ResetColors").
  • #766 Updates image synthesis logging statements.

3.2.0

17 May 23:23
2363e8e
Compare
Choose a tag to compare

3.1.1

05 May 20:56
Compare
Choose a tag to compare
  • Resolve issue with check_x_display still getting called when headless mode was enabled

3.1.0

03 May 19:58
Compare
Choose a tag to compare
  • ActionDispatcher throws exception on extraneous arguments
  • Fix for bug #530
  • Default server_class for Windows platform to WSGIServer

3.0.0

22 Apr 16:48
8c375c0
Compare
Choose a tag to compare
  • Introducing ManipulaTHOR, an environment within the AI2-THOR framework that facilitates visual manipulation of objects using a robotic arm.
  • Adding new RandomizeLighting action
  • Adding new ScreenSpace Raycast Query action
  • Various updated actions and metadata

Please see the full 3.0 release notes here

2.7.4

23 Feb 22:10
Compare
Choose a tag to compare
  • #623 Add GetObjectInFrame action
  • #613 Teleport and TeleportFull bug fixes and enhancements