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

__init__

Initializes a ConstantSchedule instance.

value

Generates the value given a timestep (based on schedule's logic).