e

explore-java

A library for general purpose exploration through a set of actions. This is most applicable in a reinforcement or bandit setting, althought it is most often tested with Vowpal Wabbit.
https://github.com/multiworldtesting/explore-java
Multi World Testing License
Jonathan Morra John Langford Luong Hoang Markus Cozowicz Sarah Bird Sid Sen
文件下载
文件名 操作
explore-java-1.0.0.jar 下载
explore-java-1.0.0.pom 下载
explore-java-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.multiworldtesting</groupId>
  <artifactId>explore-java</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.multiworldtesting:explore-java:1.0.0'
Gradle Kotlin
implementation("com.github.multiworldtesting:explore-java:1.0.0")
Scala SBT
libraryDependencies += "com.github.multiworldtesting" % "explore-java" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.multiworldtesting', module='explore-java', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.multiworldtesting" name="explore-java" rev="1.0.0" />
Leiningen
[com.github.multiworldtesting/explore-java "1.0.0"]
Apache Buildr
'com.github.multiworldtesting:explore-java:jar:1.0.0'