Implement a reward function
Closed this issue · 3 comments
ssmmoo1 commented
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.
ssmmoo1 commented
Can also account for total completion time in the heterogeneous case.
ssmmoo1 commented
Cost function based on deadlines is done.
ssmmoo1 commented
not going to track completion time since the application focuses just on meeting deadlines. Context switch counting has been added.