coax-dev / coax

Modular framework for Reinforcement Learning in python
https://coax.readthedocs.io
MIT License
168 stars 17 forks source link

Convert Numpy Docstrings to Google Style #14

Open frederikschubert opened 2 years ago

frederikschubert commented 2 years ago

This issue tracks the progress of converting the numpy style docstrings to the more concise Google style.

This depends on the type annotations https://github.com/coax-dev/coax/issues/13 for easier automatic conversions.