this repo has no description

Package prbnmcn-mcts.0.0.2

Changed files
+40
packages
prbnmcn-mcts
prbnmcn-mcts.0.0.2
+40
packages/prbnmcn-mcts/prbnmcn-mcts.0.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Monte-Carlo tree search based on UCB1 bandits"
+
description:
+
"This library provides a monadic API to describe lazily evaluated, finitely branching trees. It allows to use Monte-Carlo tree search to perform reward-guided exploration of these trees."
+
maintainer: ["igarnier@protonmail.com"]
+
authors: ["Ilias Garnier"]
+
license: "MIT"
+
homepage: "http://github.com/igarnier/prbnmcn-mcts"
+
bug-reports: "http://github.com/igarnier/prbnmcn-mcts"
+
depends: [
+
"dune" {>= "2.8"}
+
"ocaml" {>= "4.14.0"}
+
"prbnmcn-ucb1" {= "0.0.2"}
+
"base-unix" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/igarnier/prbnmcn-mcts"
+
url {
+
src:
+
"https://github.com/igarnier/prbnmcn-mcts/archive/refs/tags/0.0.2.tar.gz"
+
checksum: [
+
"md5=bc21c58f681780879d82e783bcd3deba"
+
"sha512=7be82aff6a4f5db7423e8f986654c338d69eae72a6d2fcd6f9ab4719384ba29b988eb6d5282dea086771bb726170a3a80a15a3c0276aebe84fc003d34c61ded1"
+
]
+
}