Skip to content

Release version v0.22

Compare
Choose a tag to compare
@takuseno takuseno released this 28 Aug 01:22
· 1312 commits to master since this release

Support ONNX export

Now, the trained policy can be exported as ONNX as well as TorchScript

cql.save_policy('policy.onnx', as_onnx=True)

Support more data augmentations

  • data augmentations for vector obsrevation
  • ColorJitter augmentation for image observation