From 6e327f94d3d55793a975a2698a726cf9a130ce49 Mon Sep 17 00:00:00 2001 From: Matej Straka Date: Tue, 24 Sep 2024 17:07:59 +0200 Subject: [PATCH] chore(master): release 0.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..819e5fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.2.0](https://github.com/strakam/Generals-RL/compare/v0.1.0...v0.2.0) (2024-09-24) + + +### Features + +* add parameters to random agent ([d3451b7](https://github.com/strakam/Generals-RL/commit/d3451b7b64f9377301b65286cc40d7f3f758591c)) +* extend action space (idle action allowed) ([9d4e1fa](https://github.com/strakam/Generals-RL/commit/9d4e1fae508f5c419a77d77c17dd7409e0e5bfc2)) +* user can choose gymnasium opponent NPC ([6ff2120](https://github.com/strakam/Generals-RL/commit/6ff212064a2aa613812bcbec021d6947c9b04cc9)) + + +### Bug Fixes + +* allow change of game speed during pause ([99606c8](https://github.com/strakam/Generals-RL/commit/99606c8b477368e0d617556ccd226ddd6f7e168a)) +* make info dictionaries empty ([7c1e0c0](https://github.com/strakam/Generals-RL/commit/7c1e0c0688a5c181b670bfdc52f5ce34d7b54924))