From 17b3c666261ddf4dd500d8d11257344c94fc108a Mon Sep 17 00:00:00 2001 From: Matej Straka Date: Tue, 24 Sep 2024 16:35:34 +0200 Subject: [PATCH] chore(master): release 0.2.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5bf3341 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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 + +* make info dictionaries empty ([7c1e0c0](https://github.com/strakam/Generals-RL/commit/7c1e0c0688a5c181b670bfdc52f5ce34d7b54924))