CategoricalQ

class CategoricalQ(num_atoms: int, v_min: float, v_max: float)

Bases: object

Categorical Q-learning mixin.

References

“A Distributional Perspective on RL” by Bellemare et al.

https://arxiv.org/abs/1707.06887