MatteoH2O1999 / alphaPoke

A pokémon showdown battle-bot project based on reinforcement learning techniques.
GNU General Public License v3.0
8 stars 0 forks source link

fix(deps): update tf-agents requirement from <0.17.0 to <0.19.0 #76

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on tf-agents to permit the latest version.

Commits
  • 8f1d90f Version updated for release 0.18.0.
  • d494d46 Version updated for release 0.18.0rc1.
  • 522806a Updated for the release. Moving to python 3.9 from 3.8.
  • 498923f Fixes the order in which the ranking agent passes labels and predictions to t...
  • 97d8a57 Update ale-py
  • b344b20 Format _train_step_from_last_restored_checkpoint_path as "%s" since it might ...
  • eca1093 Internal change.
  • 6c32f58 Internal change.
  • da4be6a Formats python for the entire tf_agents code base.
  • 3ae2b39 Pin d4rl_antmaze/medium-play-v0 dataset to 1.1.0.
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 10 months ago

Superseded by #93.