[package]
edition = "2021"
name = "operant-core"
version = "0.3.3"
authors = ["goshea"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and vectorization for Operant RL library"
homepage = "https://github.com/galenoshea/operant"
readme = "README.md"
keywords = [
"reinforcement",
"rl",
"simd",
"gymnasium",
"environments",
]
categories = [
"science",
"simulation",
"game-development",
]
license = "MIT"
repository = "https://github.com/galenoshea/operant"
[lib]
name = "operant_core"
path = "src/lib.rs"
[dependencies.rand]
version = "0.8"
[dependencies.rand_xoshiro]
version = "0.6"
[dev-dependencies]