Skip to content

v0.4.0-release

Latest

Choose a tag to compare

@hyxie6 hyxie6 released this 13 Feb 13:23
· 1 commit to master since this release

Release Highlights

  • HoloBrain-0: A foundation model for general embodied manipulation. Including training code and evaluation code.

  • New Research Projects: We have added comprehensive implementation scripts for notable research projects, including Monodream

New Features

  • Project Implementations:

    • Added training and evaluation scripts for the HoloBrain-0 project.
    • Added evaluation scripts for the Monodream paper.
  • RoboOrchard Dataset

    • Features
      • Add tf_graph datatypes as dataset features.
      • Add PickleFeature for arrow dataset.
    • Transform
      • Add image transforms.
      • Add transform to adapt arrow_dataset
    • Dataset
      • Support dataset index based repacking.
      • Add ConcatRODataset and sampler.
      • Add dataset merging method and support merge multiple datasets into single one.
      • Add meta query by statement
      • Support upgrade meta database in RODataset.
      • Upgrade Episode table schema to store more information.
    • Sampler
      • Add ColumnIndexOffsetSampler.
      • Support customized column index sampler.
      • Add batch row index sampler method for future.
    • Docs
      • Add tutorial about the RoboOrchard Dataset
  • Inference and Model APIs:

    • Refactor TorchModel save and load for better compatibility of accelerate.
    • Refactor inference pipeline to be simpler and support batched inference.
    • Add model api tutorial and model zoo docs
    • ModelMixin and InferenceMixin support hf hub sub directory
  • Evaluation

    • Add libero env.
    • Add distributed robotwin evaluator

Bug Fixes