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 Environment #66

Closed alvarofpp closed 7 months ago

alvarofpp commented 9 months ago

Following the package standard for DRL, we need the class to have the following methods:

Suggestions:

Notes: