def __init__(self, **args): "You can initialize Q-values here..." ReinforcementAgent.__init__(self, **args) self.Qvalues = util.Counter()