Skip to content

Releases: Farama-Foundation/MicroRTS-Py

V0.6.1: Final version without wall observations

12 Dec 11:44
442f787
Compare
Choose a tag to compare

Depreciation Note

This is the final version that is still compatible in terms of tensor shapes for state observations with models trained as described in Gym-μRTS paper.

After this version, we are going to add an extra channel to state observations representing the terrain (whether or not there is a wall on any given cell), which means that models trained for the old code will be incompatible because they'll be receiving larger input tensors than they expect.

What's Changed

Full Changelog: v0.6.0...v0.6.1

V0.6.0 Speed improvement; better league evaluation; entity gym support

08 Mar 15:31
8aeacef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

V0.5.0 New Action Space Definition

20 Dec 14:41
34c0e56
Compare
Choose a tag to compare

What's Changed

  • Added evalucation process for PO by @xluox in #14
  • Put Competition Bots in libs by @vwxyzjn in #15
  • Use the correct action space definition by @vwxyzjn in #16
  • Support for passing different maps in envs by @vwxyzjn in #17
  • Make the spyder dependencies optional by @vwxyzjn in #18
  • Enable users to evaluate two different agent models by @vwxyzjn in #19
  • Allow evaluate two rl agents using Trueskill by @vwxyzjn in #20
  • Add Trueskill Evaluation for New AIs by @vwxyzjn in #21
  • Quick bug fix with league evaluation by @vwxyzjn in #23
  • Add docker and cloud integration by @vwxyzjn in #22
  • Set a default league database by @vwxyzjn in #24
  • Fix wandb tensorboard bug of not logging metrics by @vwxyzjn in #25
  • Hotfix: Log Trueskill again by @vwxyzjn in #26
  • Better visualization by @vwxyzjn in #27
  • Add partial observable league.db by @xluox in #28

New Contributors

  • @xluox made their first contribution in #14

Full Changelog: v0.4.3...v0.5.0

v0.4.3

20 Sep 01:24
769b6a2
Compare
Choose a tag to compare
Merge pull request #13 from vwxyzjn/new-action-space

New action space

v0.4.2

17 Jul 02:38
Compare
Choose a tag to compare
update dependencies

v0.4.1

17 Jul 02:27
Compare
Choose a tag to compare

Remove stable-baselines3 as an essential dependency

v0.4.0

05 Jul 15:31
Compare
Choose a tag to compare
update

v0.3.5

05 Jul 02:37
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release
update poetry config

v0.3.4

05 Jul 02:34
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
update gridnet example

v0.3.3

07 Apr 18:30
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
restore flow