jaivalis/aa

Softmax & EpsilonGreedy [policy?]

Opened this issue · 1 comments

Should those two be policy subclasses? @stablum Maybe interfaces that contain the getAction function instead?
Or any other ideas welcome.

hmm, no, they are subclasses of predatorpolicy which is a subclass of policy. I would not worry for this right now since we are doing algorithms that implement policies always from the point of view of the predator.