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

Create action choice strategy class #74

Closed alvarofpp closed 2 months ago

alvarofpp commented 9 months ago

After issues #67 and #68, we will have a set of classes that will allow us to work with agent actions. This class should have a choose method that receives a set of actions and chooses one.

Suggestions:

alvarofpp commented 2 months ago

Importante: https://github.com/UFRN-URNAI/urnai-tools/pull/93#issuecomment-2211404541

alvarofpp commented 2 months ago

Only close this issue after #94 is merged.