MVN

edu.brown.cs.burlap : burlap

Maven & Gradle

Aug 03, 2016
1 usages
269 stars

BURLAP · The Brown-UMBC Reinforcement Learning and Planning (BURLAP) Java code library is for the use and development of single or multi-agent planning and learning algorithms and domains to accompany them. The library uses a highly flexible state/observation representation where you define states with your own Java classes, enabling support for domains that discrete, continuous, relational, or anything else. Planning and learning algorithms range from classic forward search planning to value-function-based stochastic planning and learning algorithms.

<dependency>
    <groupId>edu.brown.cs.burlap</groupId>
    <artifactId>burlap</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.brown.cs.burlap : burlap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of edu.brown.cs.burlap : burlap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
burlap-3.0.1
burlap-3.0.0
2.1.x
burlap-2.1.2
burlap-2.1.1
burlap-2.1.0

How to add a dependency to Maven

Add the following edu.brown.cs.burlap : burlap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.brown.cs.burlap</groupId>
    <artifactId>burlap</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.brown.cs.burlap : burlap gradle dependency to your build.gradle file:

implementation 'edu.brown.cs.burlap:burlap:3.0.1'

Gradle Kotlin DSL: Add the following edu.brown.cs.burlap : burlap gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.brown.cs.burlap:burlap:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.brown.cs.burlap : burlap sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.brown.cs.burlap" % "burlap" % "3.0.1"

Advertisement

Dependencies from Group

Mar 30, 2016
1 usages
36 stars
Aug 03, 2016
1 usages
269 stars
Aug 23, 2016
5 stars

Discover Dependencies

Dec 11, 2017
4 usages
7 stars
Mar 24, 2019
7 usages
Aug 27, 2019
12 usages
Jul 25, 2016
1 usages
1 stars
Jun 08, 2021
1 usages
661 stars
Dec 01, 2020
7 usages
599 stars
Mar 23, 2016
1 usages
0 stars
Feb 13, 2019
1.5k stars
Aug 25, 2023
4 usages
2k stars