License |
License |
---|---|
Categories |
CategoriesDeeplearning4j Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.deeplearning4j |
ArtifactId | ArtifactIdrl4j |
Last Version | Last Version1.0.0-M1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrl4j
Deep Reinforcement Learning for the JVM
|
Project URL |
Project URL |
Filename | Size |
---|---|
rl4j-1.0.0-M1.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deeplearning4j/rl4j/ -->
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>rl4j</artifactId>
<version>1.0.0-M1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.deeplearning4j/rl4j/
implementation 'org.deeplearning4j:rl4j:1.0.0-M1.1'
// https://jarcasting.com/artifacts/org.deeplearning4j/rl4j/
implementation ("org.deeplearning4j:rl4j:1.0.0-M1.1")
'org.deeplearning4j:rl4j:pom:1.0.0-M1.1'
<dependency org="org.deeplearning4j" name="rl4j" rev="1.0.0-M1.1">
<artifact name="rl4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.deeplearning4j', module='rl4j', version='1.0.0-M1.1')
)
libraryDependencies += "org.deeplearning4j" % "rl4j" % "1.0.0-M1.1"
[org.deeplearning4j/rl4j "1.0.0-M1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.0-M1 |