diff --git a/M/MarkovGames/Compat.toml b/M/MarkovGames/Compat.toml new file mode 100644 index 000000000000000..6e74f36571d8386 --- /dev/null +++ b/M/MarkovGames/Compat.toml @@ -0,0 +1,11 @@ +[0] +Distributions = "0.25" +POMDPTools = "1.1.0-1" +POMDPs = "1" +Random = "1" +Reexport = "1" +SparseArrays = "1" +StaticArrays = "1" +Statistics = "1" +StatsBase = "0.34" +julia = "1.10.0-1" diff --git a/M/MarkovGames/Deps.toml b/M/MarkovGames/Deps.toml new file mode 100644 index 000000000000000..11946215c053a75 --- /dev/null +++ b/M/MarkovGames/Deps.toml @@ -0,0 +1,10 @@ +[0] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7" +POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/M/MarkovGames/Package.toml b/M/MarkovGames/Package.toml new file mode 100644 index 000000000000000..e479fff93980029 --- /dev/null +++ b/M/MarkovGames/Package.toml @@ -0,0 +1,3 @@ +name = "MarkovGames" +uuid = "d061fddc-c47a-4172-865e-fdb23de1c5fa" +repo = "https://github.com/WhiffleFish/MarkovGames.jl.git" diff --git a/M/MarkovGames/Versions.toml b/M/MarkovGames/Versions.toml new file mode 100644 index 000000000000000..27dd29cb587b1b0 --- /dev/null +++ b/M/MarkovGames/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "83bd5db3b6b3fa758a205467b12be26c920a7489" diff --git a/Registry.toml b/Registry.toml index 874716094d6dd82..dbc4dff23ca3128 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9654,6 +9654,7 @@ d04cd5f8-5917-4006-ac6f-d139328806a7 = { name = "AndorSIF", path = "A/AndorSIF" d04f5788-f3bf-50c4-8044-9206750af6c9 = { name = "Glowe", path = "G/Glowe" } d0551c8d-3c54-58b6-a75a-e266c30cc699 = { name = "MotionCaptureJointCalibration", path = "M/MotionCaptureJointCalibration" } d05aeea4-b7d4-55ac-b691-9e7fabb07ba2 = { name = "LuxurySparse", path = "L/LuxurySparse" } +d061fddc-c47a-4172-865e-fdb23de1c5fa = { name = "MarkovGames", path = "M/MarkovGames" } d066d2d9-0d34-5c4c-ae28-f0a7a1fd9f53 = { name = "Icestorm_jll", path = "jll/I/Icestorm_jll" } d0713e65-ce0c-4a8e-a1da-2ed737d217c5 = { name = "PowerModelsDistributionStateEstimation", path = "P/PowerModelsDistributionStateEstimation" } d076d87d-d1f9-4ea3-a44b-64b4cdd1e470 = { name = "SolverParameters", path = "S/SolverParameters" }