ssmmoo1/RL_taskset_scheduling

Implement a reward function

Closed this issue · 3 comments

Need to come up with a way to calculate rewards at each time step. Need to account for context switches and deadlines not being met.

Can also account for total completion time in the heterogeneous case.

Cost function based on deadlines is done.

not going to track completion time since the application focuses just on meeting deadlines. Context switch counting has been added.