MushroomRL / mushroom-rl

Python library for Reinforcement Learning.
MIT License
803 stars 145 forks source link

Fixing polynomial #127

Closed Sebastian-Griesbach closed 1 year ago

Sebastian-Griesbach commented 1 year ago

Making polynomials work without passing high and low arguments as intended.

Checking if self._mean is None if it does not exist leads to an error. _normalize() returns None if self._mean is None which is then used for further calculations