From f29d28941287531c5f57fbc78c3d1d3d66405042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:31:42 +0000 Subject: [PATCH] [RLlib](deps): Bump mlagents in /python/requirements/rllib Bumps [mlagents](https://github.com/Unity-Technologies/ml-agents) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/Unity-Technologies/ml-agents/releases) - [Commits](https://github.com/Unity-Technologies/ml-agents/compare/python-packages_0.26.0...python-packages_0.27.0) --- updated-dependencies: - dependency-name: mlagents dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/rllib/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index 49aacffe55e3..dcf63392a0ef 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -19,7 +19,7 @@ gym[atari]==0.18.3 # Kaggle envs. kaggle_environments==1.7.11 # Unity3D testing -mlagents==0.26.0 +mlagents==0.27.0 mlagents_envs==0.26.0 # For tests on PettingZoo's multi-agent envs. pettingzoo==1.11.0