Closed CinquilCinquil closed 3 weeks ago
The unit tests for the AgentBase's learn method does not take into account the possibility of self.previous_state not being None.
learn
self.previous_state
None
The unit tests for the AgentBase's
learn
method does not take into account the possibility ofself.previous_state
not beingNone
.