Skip to content

Releases: rdnfn/beobench

v0.3.0

14 Feb 12:19
61668bd
Compare
Choose a tag to compare
  • Add complete redesign of CLI: main command changed from python -m beobench.experiment.scheduler to beobench run.
  • Add support for energym environments
  • Add support for MLflow experiment tracking
  • Add support for custom agents

v0.2.1

03 Feb 19:52
ccedce5
Compare
Choose a tag to compare
  • Add integration with sinergym
  • Move gym integrations to separate beobench_contrib repo
  • Make usage of GPUs in containers optional

v0.2.0

18 Jan 18:24
Compare
Choose a tag to compare
  • Enable adding custom environments to beobench with docker build context-based syntax
  • Save experiment results on host machine
  • Major improvements to documentation
  • Remove unnecessary wandb arguments in main CLI

Full Changelog: v0.1.0...v0.2.0

v0.1.0

10 Jan 17:57
cbeda9e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release includes the first basic functionality of Beobench. This is the first release on PyPI.

The main features included in this release are:

  • Integration with RLlib (configuration management)
  • Integration with BOPTEST (container management, installer, etc.)
  • First preliminary experiment definitions.

Full Changelog: https://github.com/rdnfn/beobench/commits/v0.1.0