You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Add protocol for estimator builder (#1633)
* changed type of writer and module
* Implement custom density builder protocol and change related types
* change the type of density estimators builder to the implemented protocol for all the childs
* refactor(nle, npe): update DensityEstimatorBuilder return type and replace callable annotation
* test(nle, npe): add tests for checking DensityEstimatorBuilder Protocol
* chore(npe): update DensityEstimatorBuilder import file
* chore: move DensityEstimatorBuilder to estimators
* docs(nle, npe): update docstring for density_estimator parameter
* test: move estimator builder test to density_estimator_test file
* Revert "changed type of writer and module"
This reverts commit 8ae70bc.
* remove leftover import
---------
Co-authored-by: ARna06 <72038543+Leopard005537@users.noreply.github.com>
Co-authored-by: Jan <janfb@users.noreply.github.com>
Co-authored-by: Jan <jan.boelts@mailbox.org>
0 commit comments