ray.rllib.utils.schedules.constant_schedule.ConstantSchedule#
- class ray.rllib.utils.schedules.constant_schedule.ConstantSchedule(value: float, framework: str | None = None)[source]#
Bases:
Schedule
A Schedule where the value remains constant over time.
Methods
Initializes a ConstantSchedule instance.
Generates the value given a timestep (based on schedule's logic).