Closed alvarofpp closed 4 months ago
We need a class that represents an agent's action space. This class must have a set of actions and allow the agent to know which actions are possible or not.
This issue depends on issue #67 being completed first.
Suggestions:
ActionSpaceBase
urnai.actions
Notes:
abc.ABC
Savable
We need a class that represents an agent's action space. This class must have a set of actions and allow the agent to know which actions are possible or not.
This issue depends on issue #67 being completed first.
Suggestions:
ActionSpaceBase
.urnai.actions
.Notes:
abc.ABC
.Savable
class.