sotopia-lab / sotopia

Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
https://docs.sotopia.world
MIT License
127 stars 16 forks source link

Bump pettingzoo from 1.24.0 to 1.24.3 #112

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps pettingzoo from 1.24.0 to 1.24.3.

Release notes

Sourced from pettingzoo's releases.

PettingZoo 1.24.3 Release Notes:

This is a minor release with some minor bugfixes, improvements, documentation updates. Most notably, we have added a state function to the multiwalker env, and fixed a bug causing wrappers to clear custom attributes from underlying environments, see Farama-Foundation/PettingZoo#1140 for more information.

We have also added a dictionary, mapping from env name to env modules for each environment type, accessible as follows: from pettingzoo.mpe import mpe_environments. These mapping are combined to make a list of all environments: from pettingzoo.utils.all_modules import all_environments, both mappings containing keys such as mpe/simple_adversary_v3. For more information, see Farama-Foundation/PettingZoo#1155

New Features and Improvements

Bug Fixes

Documentation Updates

Contributors

This release includes contributions from: @​elliottower, @​ffelten, @​axelbr, @​shahofblah, @​helpingstar and @​nicku-a

Many thanks to our contributors, as well as many past contributors who have made this possible. We would also like to thank everyone who has helped out with bug reports or feature suggestions, which are critical to our development. We are always welcoming new contributors, if you are interested please join our Discord server at https://discord.gg/nhvKkYa6qX

Full Changelog: https://github.com/Farama-Foundation/PettingZoo/compare/1.24.2...1.24.3

PettingZoo 1.24.2 Release Notes:

This release includes three new tutorials from AgileRL, as well as a number of bugfixes, testing improvements, and documentation updates.

New Features and Improvements

Bug Fixes

... (truncated)

Commits
  • ba8dbe9 Bump version to 1.24.3 (#1156)
  • a8224bd Add mappings from env name to env module (e.g., mpe_environments) in additi...
  • ada1691 Add single quotes around all pip install extras (#1154)
  • fd86cf8 Added single quotes around pip install arguments with square brackets (#1153)
  • cdbecd7 TicTacToe: fix the comments for check_for_winner (#1148)
  • aa65027 Add MATS Gym to 3rd party env list. (#1152)
  • 41d47d7 Adding state function to multiwalker (#1149)
  • f7a9ef1 Fix MPE SimpleEnv continuous actions to move in the same direction as discret...
  • 2cb7596 Remove Ray tutorials from CI (currently broken) (#1142)
  • 79de877 Update wrappers to use __getattr__ instead of redefining attributes (#1140)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)