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 base class for action space #68

Closed alvarofpp closed 2 months ago

alvarofpp commented 9 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:

Notes: