ray.rllib.utils.exploration.ornstein_uhlenbeck_noise.OrnsteinUhlenbeckNoise.get_state#

OrnsteinUhlenbeckNoise.get_state(sess: tensorflow.Session | None = None)[source]#

Returns the current scale value.

Returns:

The current scale value.

Return type:

Union[float,tf.Tensor[float]]