Closed AlejandroCN7 closed 6 months ago
This PR is a HOTFIX to modify dependency in wrappers and controllers modules, being gymnasium env instead of EplusEnv of Sinergym.
If you want to use sinergym utils only without simulator, this change make it more comfortable.
autopep8
isort
cd docs && make spelling && make html
pytest tests/ -vv
pytype -d import-error sinergym/
Description
This PR is a HOTFIX to modify dependency in wrappers and controllers modules, being gymnasium env instead of EplusEnv of Sinergym.
Motivation and Context
If you want to use sinergym utils only without simulator, this change make it more comfortable.
Types of changes
Checklist:
autopep8
second level aggressive.isort
.cd docs && make spelling && make html
pass (required if documentation has been updated.)pytest tests/ -vv
pass. (required).pytype -d import-error sinergym/
pass. (required)Changelog: