robocin / rSoccer

🎳 Environments for Reinforcement Learning
MIT License
46 stars 19 forks source link

Add base class contract to renders #60

Closed fnalmeidap closed 1 year ago

fnalmeidap commented 1 year ago

This change adds a base BaseRender class to new renders override implementation. It is intended to provide extensibility from the already created rendering algorithms implemented in the library.

goncamateus commented 1 year ago

We will be following gymnasium idea. The renderer will not be described as a class but function (e.g. LunarLander). Closing for now.