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

Fixes in ActionBase and ChainOfActionsBase #96

Closed CinquilCinquil closed 1 month ago

CinquilCinquil commented 1 month ago

In ChainOfActionsBase's get_action method there is a missing return. In ActionSpaceBase's get_actions and get_excluded_actions methods have a return type of list[int] but it should be list[ActionBase].