nnaisense / evotorch

Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
https://evotorch.ai
Apache License 2.0
1.01k stars 63 forks source link

Implementation of WandbLogger #35

Closed galatolofederico closed 1 year ago

galatolofederico commented 1 year ago

Hi, thanks for sharing this amazing project. This PR is just to add a basic implementation of the WandbLogger to support logging to Weights & Biases. I tried to follow as much as possible the code and documentation styles of the code base.