Release version v0.22
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