Kristian Holsheimer

Results 3 issues of Kristian Holsheimer

Implement `ActorCritic` such that the constructor only takes a `FunctionApproximator` (and some extra config parameters). ```python class Func(km.FunctionApproximator): def body(self, S): ... func = Func(lr=0.01) ac = km.ActorCritic(func, gamma=0.9, bootstrap_n=5,...

feature request

The probability distributions with differentiable `.sample()` methods are already implemented. It should be just a matter of putting this together. At the user interface level, it would look like: ```python...

feature request

![image](https://user-images.githubusercontent.com/8200332/202395471-3f26d125-5a82-475b-aaf8-011ee14ec098.png)