opencog / rocca

Rational OpenCog Controlled Agent (ROCCA). Use OpenCog to control a rational agent in OpenAI Gym and Malmo environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Divide by zero in `_beta_pdf`

ntoxeg opened this issue · comments

[/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.

This also happens when running the Chase example.

@ngeiswei

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.