Skip to content

Commit

Permalink
New package: MarkovGames v0.1.0 (#121623)
Browse files Browse the repository at this point in the history
- Registering package: MarkovGames
- Repository: https://github.com/WhiffleFish/MarkovGames.jl
- Created by: @WhiffleFish
- Version: v0.1.0
- Commit: d2c0986b59adebb0810c9f0405cfecc5f64b80a4
- Reviewed by: @WhiffleFish
- Reference:
WhiffleFish/MarkovGames.jl#1 (comment)
- Description: An interface for defining fully/partially observable
Markov games in Julia
<!--
bf0c69308befbd3ccf2cc956ac8a4671113b158fd87a6d4e741b0173dab051a48f7dc43e593ffff4357bc647a3a835983f6a76f74dfb1ac2b1116a235bff3ca442ab32663e01979bb101a2c6d98e34cc23999502935fbe9445c4af0b1e620462ac4ce96661f9ddd481e76b5909f8b68bdc919b836f18972ec939885831c55a1a2ace0a570a902779b217f285db290da844c9f9b74f4b4df0bdf5e3954fd37b64feed88a2fa7fe724707dc8dae4dbde08
-->
  • Loading branch information
JuliaRegistrator authored Dec 21, 2024
1 parent 9cf1115 commit 68da4d5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions M/MarkovGames/Compat.toml
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 10 additions & 0 deletions M/MarkovGames/Deps.toml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions M/MarkovGames/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "MarkovGames"
uuid = "d061fddc-c47a-4172-865e-fdb23de1c5fa"
repo = "https://github.com/WhiffleFish/MarkovGames.jl.git"
2 changes: 2 additions & 0 deletions M/MarkovGames/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "83bd5db3b6b3fa758a205467b12be26c920a7489"
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 68da4d5

Please sign in to comment.