From 8d56ccd806f350166a60aa090497c38d5d6ef1b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 00:22:38 +0000 Subject: [PATCH] CompatHelper: bump compat for "ReinforcementLearningCore" to "0.6" --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 466c1d5..fdf128e 100644 --- a/Project.toml +++ b/Project.toml @@ -12,9 +12,9 @@ ReinforcementLearningEnvironments = "25e41dd2-4622-11e9-1641-f1adca772921" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -julia = "1" Flux = "0.11" ReinforcementLearningBase = "0.8.5" -ReinforcementLearningCore = "0.5.1" +ReinforcementLearningCore = "0.5.1, 0.6" ReinforcementLearningEnvironments = "0.3.3" StatsBase = "0.33" +julia = "1"