ray.rllib.utils.schedules.constant_schedule.ConstantSchedule.__init__# ConstantSchedule.__init__(value: float, framework: str | None = None)[source]# Initializes a ConstantSchedule instance. Parameters: value – The constant value to return, independently of time. framework – The framework descriptor string, e.g. “tf”, “torch”, or None.