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
- Minor documentation changes by @DennisSoemers in #105, #123, #126
- Allow passing custom JVM args by @DennisSoemers in #109
- Minor optimisations by @DennisSoemers in #111
- Updated unit testing by @DennisSoemers in #124
Full Changelog: v0.6.0...v0.6.1