Skip to content

Releases: Replicable-MARL/MARLlib

v1.0.3

25 Apr 03:22
12f0ce7
Compare
Choose a tag to compare

Release Notes - 1.0.3

This release includes several updates and improvements from 1.0.2. Below is a list of the major changes:

Added

  • MATE: a new environment for multi-agent tracking.
  • GoBigger: an efficient and straightforward agar-like game engine and provides various interfaces for game AI development

We encourage users to update to this version to take advantage of the new features and improvements. If you have any questions or issues, please don't hesitate to open an issue.

v1.0.2

21 Mar 10:03
Compare
Choose a tag to compare

Release Notes - 1.0.2

This release includes several updates and improvements to the MARLlib. Below is a list of the major changes:

Added

  • API based usage: Since version 1.0.0, MARLlib has adopted a new API to facilitate training and enable better customization. For detailed usage, please refer to the README.
  • Examples: Examples are now provided to guide MARLlib users.
  • Render: Pretrained models can be loaded and tasks can be rendered based on them.
  • Awesome list: A survey of recent papers has been included to showcase recent progress on MARL (up to early 2023).

Changed

  • MLP module: Multi-Layer Perceptron is now available for building an agent architecture in this version, in addition to the previously available GRU.
  • Standardized encoder: All different model classes now use the same encoder class.
  • Fine-tuned hyperparameters: A test folder has been added for testing the algorithm and some environment folders have been deleted as their impact on parameters is not significant.
  • Results: Some experiment data has been removed after checking.
  • Other minor improvements.

Removed

  • Console-based usage: Console-based usage has been completely deprecated as the new API is the only maintained way of using MARLlib in future development.

We encourage users to update to this version to take advantage of the new features and improvements. If you have any questions or issues, please don't hesitate to open an issue.