From e08e31d77ee2e52b077e575a067556bac28e3e61 Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Mon, 23 Oct 2023 17:50:03 -0700 Subject: [PATCH] updating changelog, bumping version --- CHANGELOG.md | 4 ++-- src/kspdg/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4dd26f..2b21745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v0.1.0] - 2023-10-23 ### Added -- Single-value scoring function for pursuit-evade (pe1), sun-blocking (sb1), scenarios +- Single-value scoring function for pursuit-evade (pe1), sun-blocking (sb1), and lady-bandit-guard (lbg1) scenarios - User id and passkey in evaluation process - Agent instance name in agent_cfg for evaluation script - Logs if episode is done in info diff --git a/src/kspdg/version.py b/src/kspdg/version.py index 13bdccb..64b1fce 100644 --- a/src/kspdg/version.py +++ b/src/kspdg/version.py @@ -5,4 +5,4 @@ # Single-sourcing package version # https://packaging.python.org/guides/single-sourcing-package-version/ -VERSION = "0.0.23" +VERSION = "0.1.0"