Skip to content

Releases: InternRobotics/InternUtopia

InternUtopia 2.2.1

04 Sep 06:38
Compare
Choose a tag to compare

Bug Fixes

  • Handle exception during rigid body initialization. (@BrigantineX )
  • Fix memory leak caused by incomplete controller cleanup. (@APX103 )
  • Fix rigid body filter logic. (@uzuku )

Full Changelog: v2.2.0...v2.2.1

InternUtopia 2.2.0

25 Jul 03:56
Compare
Choose a tag to compare

New Features

Dependency

  • Upgrade Isaac Sim to 4.5.0.

Breaking Changes

  • Use task_configs to declare episode config instead of task_config.
  • Rename packages grutopia.* -> internutopia.*.
  • Use interface classes instead of Isaac Sim native classes in extension. This may break the extension code written based on an older version of InternUtopia. The extension can be fixed by following the latest documentation.

Full Changelog: v2.1.0...v2.2.0

GRUtopia 2.1.0

12 May 06:56
Compare
Choose a tag to compare

Bug Fixes

Improvements

  • Accelerate point cloud calculation. (@uzuku)
  • Disable UJITSO collision cooking to load GRScenes properly. (@uzuku)
  • Support resuming dataset download. (@uzuku)

New Features

Miscellaneous

  • Improve documentation and fix typos. (@uzuku)
  • Add simple e2e tests. (@uzuku)
  • Add CONTRIBUTING.md, issue templates and update CI configurations. (@uzuku)

Full Changelog: v2.0.2...v2.1.0

GRUtopia 2.0.2

10 Mar 14:31
Compare
Choose a tag to compare

GRUtopia 2.0.1

10 Mar 14:28
Compare
Choose a tag to compare

GRUtopia 2.0.0

26 Feb 12:14
Compare
Choose a tag to compare

We're excited to announce that GRUtopia 2.0.0 is released!

Python package of this release can be found on PyPI.

New Features in 2.0.0:

  • Use standard Gym Env.
  • Use pythonic config system to support clearer and extendable configuration.
  • Add diverse robots and corresponding policies
  • Support teleportation with Mocap and VisionPro.
  • Benchmark and baseline for social navigation and mobile manipulation task.
  • Add more realistic and diverse scenes for simulation.
  • Provide a large number of refined interactive object models in the scenes.
  • Provide semantic annotations for a large number of objects in the scenes.
  • Procedural Indoor Scene Generation with GRScenes-100.