Categories |
CategoriesDeeplearning4j Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.deeplearning4j |
ArtifactId | ArtifactIdrl4j-core |
Version | Version1.0.0-beta4 |
Type | Typejar |
Filename | Size |
---|---|
rl4j-core-1.0.0-beta4.pom | |
rl4j-core-1.0.0-beta4.jar | 144 KB |
rl4j-core-1.0.0-beta4-sources.jar | 79 KB |
rl4j-core-1.0.0-beta4-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deeplearning4j/rl4j-core/ -->
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>rl4j-core</artifactId>
<version>1.0.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/org.deeplearning4j/rl4j-core/
implementation 'org.deeplearning4j:rl4j-core:1.0.0-beta4'
// https://jarcasting.com/artifacts/org.deeplearning4j/rl4j-core/
implementation ("org.deeplearning4j:rl4j-core:1.0.0-beta4")
'org.deeplearning4j:rl4j-core:jar:1.0.0-beta4'
<dependency org="org.deeplearning4j" name="rl4j-core" rev="1.0.0-beta4">
<artifact name="rl4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deeplearning4j', module='rl4j-core', version='1.0.0-beta4')
)
libraryDependencies += "org.deeplearning4j" % "rl4j-core" % "1.0.0-beta4"
[org.deeplearning4j/rl4j-core "1.0.0-beta4"]