gaorkl / simple-playgrounds

Simulator for Reinforcement Learning and AI. 2D environments with physics and interactive entities. Agents with rich sensors and actuators.
MIT License
27 stars 10 forks source link

module simple_playgrounds.elements #83

Open Faezehsgh opened 3 months ago

Faezehsgh commented 3 months ago

im working on a repo that has used simple_playgrounds but in part of the code we have to import this module :

from simple_playgrounds.element.elements.activable import RewardOnActivation

but it seems that the module no longer exists. does this module has any Alternatives?

gaorkl commented 2 months ago

Hi,

That's because I am working on a new version. The version you are referring to is the legacy-v0 version.

Best

Michael