Skip to content

blendtorch v0.2

Compare
Choose a tag to compare
@cheind cheind released this 04 Aug 07:45
· 156 commits to master since this release
  • Support for training RL agents in OpenAI environments defined in Blender. See examples/control for details.
  • Support for dataset transformations when num_workers > 0.
  • Support for message recording when num_workers > 0.
  • Made blendtorch.btb and blendtorch.btt installable packages. See Readme.md for details.
  • Remote data streaming now uses PyTorch IterableDataset and
    hence simplifies the interface. See examples/datagen for details.
  • Added unit tests and CI.