Skip to content

Releases: XS-MLVP/mlvp

v0.1.1

08 Sep 09:34
Compare
Choose a tag to compare

Bug Fixes

  • Fixed abnormal behavior generated by monitor_method and driver_method when multiple identical agents are instantiated

Changes

  • Change the interface that gets the number of monitor queues from .size to <Agent>.monitor_size

v0.1.0

06 Sep 13:58
Compare
Choose a tag to compare

mlvp basic functionality is implemented, adding the following platform components

  • Agent
  • Env
  • Model
  • pytest plugin

Basic interface changes, refactoring asynchronous support, test case writing, etc
Note that this version is not compatible with the previous version, please update with caution

Full Changelog: v0.0.2...v0.1.0

v0.0.2

06 Sep 13:49
Compare
Choose a tag to compare

The initial mlvp release provides basic asynchronous, bundle, and report generation capabilities