Skip to content

[RLlib](deps): Bump pettingzoo from 1.8.2 to 1.13.1 in /python/requirements/rllib#33

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/rllib/pettingzoo-1.13.1
Closed

[RLlib](deps): Bump pettingzoo from 1.8.2 to 1.13.1 in /python/requirements/rllib#33
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/rllib/pettingzoo-1.13.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 23, 2021

Bumps pettingzoo from 1.8.2 to 1.13.1.

Release notes

Sourced from pettingzoo's releases.

1.13.1

  • Fixed unnecessary warnings generated about observation and action spaces
  • Upstreamed new rlcard version with new texas holdem no limit implementation, bumped version to v6
  • Updated python chess dependency, bumped version to v5
  • Dropped support for python 3.6, added official support for 3.9
  • Various documentation fixes

1.12.0

  • API changes
    • new observation_space(agent), action_space(agent) methods that retreive the static space for an agent
    • possible_agents, observation_spaces, action_spaces attributes made optional. Wrappers pass these attributes through if they exist.
    • parallel environment's agents list contains agents to take next step, instead of agents that took previous step.
    • Generated agents now allowed, agents can be created any time during an episode. Note that agents cannot resurect, once they are done, they cannot be readded to the environment.
  • Fixed unexpected behavior with close method in pursuit environment
  • Removed pygame loading messages
  • Fix pillow dependency issue
  • Removed local ratio arg from pistonball environment
  • Gym 0.21.0 support
  • Better code formatting (isort, etc.)

1.11.1

  • Fix scipy and pyglet dependencies for sisl environments
  • Fix pistonball rendering (no version bumps)
  • Update rlcard to v1.0.4 with a fix for texas hold'em no limit; bump version

1.11.0

-Upgraded to RLCard 1.0.3, bumped all versions. Also added support for num_players in RLcard based environments which can have variable numbers of players. -Fixed Go and Chess observation spaces, bumped versions -Minor Go rendering fix -Fix PyGame dependency in classic (used for rendering) -Fixed images being loaded into slow PyGame data structures, resulting in substantial speedups in certain Butterfly games (no version bump needed) -Fix odd cache problem using RGB rendering in cooperative pong -Misc fixes to tests and warning messages

1.10.0

  • Added continuous action support for MPE environments as an argument
  • Added pixel art rendering for Texas Hold'em No Limit, Rock Paper Scissors and Go
  • Fixed pixel art rendering in Connect Four
  • Fixed bug in order of black/white pieces in Go observation space, bumped version
  • Changed observation in cooperative pong to include entire screen, bumped version

1.9.0

  • Created no action timer for pong to encourage players to serve (before there was no penalty to stalling the game forever). Bumped version of all pong environments (pong, basketball_pong, volleyball_pong, foozpong, quadrapong)
  • Fixed Multiwalker collision bug, bumped version
  • Add state method to Magent and MPE
  • Merged rock paper scissors and rock paper scissors lizard spock into a single environment that takes the number of actions as an argument, and adds the n_cycles argument to allow for a single game to be sequential. Bumped version
  • Removed depricated env_done method
  • Fixed order of channels in combined_arms observation
  • Added pixel art based RGB rendering to connect four. This will also be added to rock paper scissors, Go and Texas Holdem in upcoming releases
  • Moved pettingzoo CI test files outside of the repo

... (truncated)

Commits
  • 16db23e bumped pettingzoo to 1.13.1
  • d858a4e fixed chess version bump
  • 52c4423 added chess version bump info in docs
  • 4bbed6b bumped chess version to v5
  • b02facc bumped pettingzoo to 1.13.0
  • e026cc7 removed failing 13 lines test from CI on mac
  • 6a826d7 Merge pull request #516 from Farama-Foundation/add_13_lines_test
  • b4e8192 fixed merge conflicts
  • bac3e60 fixed 13 lines test dependency
  • 411e801 Update third_party_envs.md
  • 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 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)

Bumps [pettingzoo](https://github.com/Farama-Foundation/PettingZoo) from 1.8.2 to 1.13.1.
- [Release notes](https://github.com/Farama-Foundation/PettingZoo/releases)
- [Commits](Farama-Foundation/PettingZoo@1.8.2...1.13.1)

---
updated-dependencies:
- dependency-name: pettingzoo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 11, 2021

Superseded by #44.

@dependabot dependabot bot closed this Dec 11, 2021
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/rllib/pettingzoo-1.13.1 branch December 11, 2021 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants