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 a base class for agents #76

Closed alvarofpp closed 2 months ago

alvarofpp commented 9 months ago

Our agents need to be given their action space, state space, and DRL model. It needs to have a way of interacting with the Environment and storing the rewards it receives for each interaction.

Suggestions: