Module: tf_agents.distributions.shifted_categorical

Categorical distribution where values are shifted to honor a range.

Classes

class ShiftedCategorical: Categorical distribution with support [shift, shift + K] instead of [0, K].