ray.rllib.utils.schedules.polynomial_schedule.PolynomialSchedule.value
ray.rllib.utils.schedules.polynomial_schedule.PolynomialSchedule.value#
- PolynomialSchedule.value(t: Union[int, numpy.array, jnp.ndarray, tf.Tensor, torch.Tensor]) Any#
Generates the value given a timestep (based on schedule’s logic).
- Parameters
t – The time step. This could be a tf.Tensor.
- Returns
The calculated value depending on the schedule and
t.