v0.6.2
Added
logger
toKSPDGBaseAgent
for unified logging interface for all child class agents
Changed
logger_name
forKSPDGBaseEnv
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