All notable changes to this project will be documented in this file.
- 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
andblendtorch.btt
installable packages. SeeReadme.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.
- added Blender Eevee 2.8 support