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