UFRN-URNAI / urnai-tools

A modular Deep Reinforcement Learning library that supports multiple environments, made with Python 3.6.
Apache License 2.0
5 stars 8 forks source link

Finish unit tests for AgentBase #107

Closed CinquilCinquil closed 3 weeks ago

CinquilCinquil commented 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.