Skip to content

Releases: allenai/ai2thor

2.4.13

28 Aug 20:42
Compare
Choose a tag to compare

Fix to PlaceObjectAtPoint action ambiguity causing a crash.

2.4.12

27 Aug 19:26
Compare
Choose a tag to compare

Potential fix for x/y target positioning for object interaction, without using forceAction=True.

2.4.11

26 Aug 21:17
Compare
Choose a tag to compare

Fixes to some bugs regarding the GetSpawnAreaABoveReceptacle, RotateHand, and ToggleObject actions.

Support OpennessPercent

12 Aug 19:19
Compare
Choose a tag to compare

Minor fridge bug fixes and adding OpennessPercent to the metadata.

2.4.9

11 Aug 03:28
5ad7954
Compare
Choose a tag to compare

Correct metadata serialization issue with JsonUtility

-adding base versions of the teleport action to the BaseFPSAgentController.cs script so the stochastic controller can also teleport

01 Aug 02:57
Compare
Choose a tag to compare

-adding base versions of the teleport action to the BaseFPSAgentController.cs script so the stochastic controller can also teleport

2.4.7

01 Jul 21:30
Compare
Choose a tag to compare

Adding functionality to allow any action that takes an objectId to target a sim object to also take screenspace coordinates (x, y) to target objects via their position in the agent's camera.

Also added in functionality to the Pickup action that allows an object to be picked up at the object's location rather than abstracted and teleported into the agent's hand.

2.4.6

23 Jun 23:28
Compare
Choose a tag to compare

-fixed error in setting open percentage for objects like drawers that use the MovementType.Slide movement type in the CanOpen_Object component.