is not current version
Last Version 1.0.0-M1.1

org.deeplearning4j:rl4j 1.0.0-beta6

Deep Reinforcement Learning for the JVM

Categories

Categories

Deeplearning4j Business Logic Libraries Machine Learning
GroupId

GroupId

org.deeplearning4j
ArtifactId

ArtifactId

rl4j
Version

Version

1.0.0-beta6
Type

Type

pom

Download rl4j 1.0.0-beta6

Filename Size
rl4j-1.0.0-beta6.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.deeplearning4j/rl4j/ -->
<dependency>
    <groupId>org.deeplearning4j</groupId>
    <artifactId>rl4j</artifactId>
    <version>1.0.0-beta6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.deeplearning4j/rl4j/
implementation 'org.deeplearning4j:rl4j:1.0.0-beta6'
// https://jarcasting.com/artifacts/org.deeplearning4j/rl4j/
implementation ("org.deeplearning4j:rl4j:1.0.0-beta6")
'org.deeplearning4j:rl4j:pom:1.0.0-beta6'
<dependency org="org.deeplearning4j" name="rl4j" rev="1.0.0-beta6">
  <artifact name="rl4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.deeplearning4j', module='rl4j', version='1.0.0-beta6')
)
libraryDependencies += "org.deeplearning4j" % "rl4j" % "1.0.0-beta6"
[org.deeplearning4j/rl4j "1.0.0-beta6"]