ksuit.schedules.base.increasing_progress_schedule

Classes

IncreasingProgressSchedule

Base class for schedules that monotonically increase in value over time.

Module Contents

class ksuit.schedules.base.increasing_progress_schedule.IncreasingProgressSchedule(config)

Bases: ksuit.schedules.base.progress_schedule.ProgressSchedule

Base class for schedules that monotonically increase in value over time.

Initialize the scheduler.

Parameters:
  • start_value – The initial and thus minimum value of the scheduler.

  • max_value – The final and thus maximum value of the scheduler.

  • config (ksuit.schemas.scheduler.IncreasingProgressScheduleConfig)