Skip to content

[tune](deps): Bump gym[atari] from 0.18.0 to 0.23.1 in /python/requirements/tune#65

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/tune/gym-atari--0.23.1
Closed

[tune](deps): Bump gym[atari] from 0.18.0 to 0.23.1 in /python/requirements/tune#65
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/tune/gym-atari--0.23.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 19, 2022

Bumps gym[atari] from 0.18.0 to 0.23.1.

Release notes

Sourced from gym[atari]'s releases.

0.23.1

This release contains a few small bug fixes and no breaking changes.

0.23.0

This release contains many bug fixes and a few small changes.

Breaking changes:

Many minor bug fixes (@​vwxyzjn , @​RedTachyon , @​rusu24edward , @​Markus28 , @​dsctt , @​andrewtanJS , @​tristandeleu , @​duburcqa)

0.22.0

This release represents the largest set of changes ever to Gym, and represents a huge step towards the plans for 1.0 outlined here: openai/gym#2524

Gym now has a new comprehensive documentation site: https://www.gymlibrary.ml/ !

API changes:

-env.reset now accepts three new arguments:

options- Usable for things like controlling curriculum learning without reinitializing the environment, which can be expensive (@​RedTachyon) seed- Environment seeds can be passed to this reset argument in the future. The old .seed() method is being deprecated in favor of this, though it will continue to function as before until the 1.0 release for backwards compatibility purposes (@​RedTachyon) infos- when set to True, reset will return obs, info. This currently defaults to False, but will become the default behavior in Gym 1.0 (@​RedTachyon)

-Environment names no longer require a version during registration and will suggest intelligent similar names (@​kir0ul, @​JesseFarebro)

-Vector environments now support terminal_observation in info and support batch action spaces (@​vwxyzjn, @​tristandeleu)

Environment changes: -The blackjack and frozen lake toy_text environments now have nice graphical rendering using PyGame (@​1b15) -Moved robotics environments to gym-robotics package (@​seungjaeryanlee, @​Rohan138, @​vwxyzjn) (per discussion in openai/gym#2456) -The bipedal walker and lunar lander environments were consolidated into one class (@​andrewtanJS) -Atari environments now use standard seeding API (@​JesseFarebro) -Fixed large bug fixes in car_racing box2d environment, bumped version (@​carlosluis, @​araffin) -Refactored all box2d and classic_control environments to use PyGame instead of Pyglet as issues with pyglet has been one of the most frequent sources of GitHub issues over the life of the gym project (@​andrewtanJS)

Other changes: -Removed DiscreteEnv class, built in environments no longer use it (@​carlosluis) -Large numbers of type hints added (@​ikamensh, @​RedTachyon) -Python 3.10 support

... (truncated)

Commits

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 [gym[atari]](https://github.com/openai/gym) from 0.18.0 to 0.23.1.
- [Release notes](https://github.com/openai/gym/releases)
- [Commits](openai/gym@0.18.0...0.23.1)

---
updated-dependencies:
- dependency-name: gym[atari]
  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 Mar 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 28, 2022

Superseded by #76.

@dependabot dependabot bot closed this May 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/tune/gym-atari--0.23.1 branch May 28, 2022 07:07
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