From 62158e07b358d7f8c4dcde7d613aa265c7165b4d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Jun 2024 20:40:07 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for POMDPs to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 192eb0f..1a75b85 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ EllipsisNotation = "1" Flux = "0.14" POMDPLinter = "0.1" POMDPTools = "0.1" -POMDPs = "0.9" +POMDPs = "0.9, 1" Parameters = "0.12" StatsBase = "0.32, 0.33, 0.34" TensorBoardLogger = "0.1" From a9c84b76f27cb08ac127b98b330b1113a65191ff Mon Sep 17 00:00:00 2001 From: Dylan Asmar <91484811+dylan-asmar@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:11:34 -0600 Subject: [PATCH 2/2] Update compat for POMDPTools and version bump --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1a75b85..2ce03c3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DeepQLearning" uuid = "de0a67f4-c691-11e8-0034-5fc6e16e22d3" repo = "https://github.com/JuliaPOMDP/DeepQLearning.jl" -version = "0.7.0" +version = "0.7.1" [deps] BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" @@ -24,7 +24,7 @@ CommonRLInterface = "0.2, 0.3" EllipsisNotation = "1" Flux = "0.14" POMDPLinter = "0.1" -POMDPTools = "0.1" +POMDPTools = "0.1, 1" POMDPs = "0.9, 1" Parameters = "0.12" StatsBase = "0.32, 0.33, 0.34"