Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Fixed

Changed

Removed

[v0.0.23] - 2023-09-07

Added

  • First implementation of sun-blocking environments (sb1)
  • example_hello_kspdg.py a "hello world" scirpt for defining an agent
  • agent_api subpackage used for defining KSPDG solver agents that integrate and run within KSPDG environments in a streamlined, systematic fashion
  • agent-environment evaluator with authentication tools. To be used for decentralized evalutation of user-defined agents

Fixed

Changed

  • Improved, custom logger for environments (KSPDGBaseEnv) and agent-environment runners (BaseAgentEnvRunner)

Removed

  • Unused scripts: lmp_safehandler.sh, lmp_safehandler_macos.sh, pf_lmp.conf to clean up library

[v0.0.22] - 2023-02-23