Skip to content

Commit

Permalink
Removed unnecassary scheduler_selection function for DecPOMDP quotient
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatfpmK committed Nov 11, 2024
1 parent 64b7693 commit f2fa705
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions paynt/quotient/decpomdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ def create_coloring(self):
hole_options.append( (hole,agent_row_memory_option[agent][choice]) )
choice_to_hole_options.append(hole_options)
return family, choice_to_hole_options


def scheduler_selection(self, mdp, scheduler, coloring=None):
''' Get hole options involved in the scheduler selection. '''
assert scheduler.memoryless and scheduler.deterministic
return super().scheduler_selection(mdp,scheduler,coloring)

def estimate_scheduler_difference(self, mdp, quotient_choice_map, inconsistent_assignments, choice_values, expected_visits=None):
return super().estimate_scheduler_difference(mdp, quotient_choice_map, inconsistent_assignments, choice_values, expected_visits)

0 comments on commit f2fa705

Please sign in to comment.