Sinergym

Latest version: v3.8.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

3.8.0

What's Changed
* (v3.7.4) - configuration parsing to registered env fix and maintenance of dependencies by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/467
* (v3.7.5) - Artifact Registry and YAML configuration for training scripts examples with Sinergym by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/468
* (v3.7.6) - Real time context configuration for buildings by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/470
* (v3.7.7) - New MultiZoneReward by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/471
* (v3.7.8) - Maintenance of environment checker, assertions and reproducibility by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/472
* (v3.7.9) - VariabilityContextWrapper by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/473
* (v3.7.10) - WandB sweep support by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/474
* (v3.7.11) - Sinergym automatic environment register with yaml files by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/475
* (v3.7.12) - Sinergym maintenance and several improvements by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/476
* (v3.8.0) - Sinergym Backend and general efficiency enhancement by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/479


**Full Changelog**: https://github.com/ugr-sail/sinergym/compare/v3.7.3...v3.8.0

3.7.3

What's Changed
* (v3.7.1) - Ornstein-Uhlenbeck process update by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/464
* (v3.7.2) - Ornstein-Uhlenbeck parameters range specification feature and workflows improvement by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/465
* (v3.7.3) - Weather variability config logging in CSVLogger wrapper by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/466


**Full Changelog**: https://github.com/ugr-sail/sinergym/compare/v3.7.0...v3.7.3

3.7.0

What's Changed
* (v3.6.1) pip install fix with pyproject.toml by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/449
* (v3.6.2) - EPW processing: Replace opyplus module by epw by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/450
* (v3.6.3) - Normalization calibration improvement and load_agent.py fix by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/451
* (v3.6.4) - WeatherForecastingWrapper's implementation. by fpertinezp in https://github.com/ugr-sail/sinergym/pull/453
* (v3.6.5) - Functionalities to take energy costs into account. by fpertinezp in https://github.com/ugr-sail/sinergym/pull/454
* (v3.6.6) - DeltaTempWrapper by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/455
* (v3.6.7) - Compability with Gymnasium 1.0.0 by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/456
* (v3.6.8) - OU process migration by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/457
* (v3.6.9) - Best model metrics saving in evaluations by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/458

3.6.10

* (v3.6.11) - Performance enhancements in WeatherForecastingWrapper and EnergyCostWrapper. by fpertinezp in https://github.com/ugr-sail/sinergym/pull/460
* (v3.6.12) - Major documentation update by manjavacas in https://github.com/ugr-sail/sinergym/pull/461
* (v3.7.0) - Maintenance and resolve dependencies with SB3 and numpy by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/463

New Contributors
* fpertinezp made their first contribution in https://github.com/ugr-sail/sinergym/pull/453

**Full Changelog**: https://github.com/ugr-sail/sinergym/compare/v3.6.0...v3.7.0

3.6.2

What's Changed
* (v3.6.1) pip install fix with pyproject.toml by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/449
* (v3.6.2) - EPW processing: Replace opyplus module by epw by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/450


**Full Changelog**: https://github.com/ugr-sail/sinergym/compare/v3.6.0...v3.6.2

3.6.0

What's Changed
* (v3.5.1) - WandBLogger compability with previous WandB sessions by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/428
* (v3.5.2) SB3 Logger bug fix with wandb by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/429
* (v3.5.3) - Test coverage of project enhancement by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/437
* (v3.5.4) - WandBLogger: Possibility to not register incomplete episodes by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/438
* (v3.5.5) - Tqdm progress bar and terminal messages improvement by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/439
* (v3.5.6) - pip 24.2 incompability fix by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/441
* (v3.5.7) - Weather variability in any of its data by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/440
* (v3.5.8) - EnergyPlus 24.1.0 compability by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/442
* (v3.5.9) - Action delay fix by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/443
* (v3.5.10) - Sinergym terminal logging level set and intallation section documentation fix by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/444
* v(3.5.11) - GitHub Pages and documentation compilation in actions improvement by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/445
* (v3.5.11a) - Fix compilation documentation workflow by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/447
* (v3.6.0) - Poetry migration by AlejandroCN7 in https://github.com/ugr-sail/sinergym/pull/448


**Full Changelog**: https://github.com/ugr-sail/sinergym/compare/v3.5.0...v3.6.0

Page 1 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.