Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divide by zero in _beta_pdf #58

Open
ntoxeg opened this issue Feb 14, 2022 · 2 comments
Open

Divide by zero in _beta_pdf #58

ntoxeg opened this issue Feb 14, 2022 · 2 comments

Comments

@ntoxeg
Copy link
Contributor

ntoxeg commented Feb 14, 2022

[/usr/local/lib/python3.10/dist-packages/scipy/stats/_continuous_distns.py:608](): RuntimeWarning: divide by zero encountered in _beta_pdf
  return _boost._beta_pdf(x, a, b)

Happens while running the Cartpole notebook, during the learning phase.

@ntoxeg
Copy link
Contributor Author

ntoxeg commented Feb 15, 2022

This also happens when running the Chase example.

@ngeiswei

@ngeiswei
Copy link
Member

I know, it's coming from the differential entropy filter. I've decided to disable it by default for now, no one (including myself) is using it at the moment anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants