Skip to content

v0.6.2

Compare
Choose a tag to compare
@rallen10 rallen10 released this 01 Jul 22:11
· 81 commits to main since this release

Added

  • logger to KSPDGBaseAgent for unified logging interface for all child class agents

Changed

  • logger_name for KSPDGBaseEnv to point to the child class environment name for better specificity of origin of log statements (i.e. a log statement with child's name but originating in the parent class is more traceable than a log statement with the parent's name but originating in the child class)

Full Changelog: v0.6.1...v0.6.2