[package] name = "gym-core" version = "0.1.0" authors = ["elbaro "] edition = "2018" description = "Gym Interface for Reinforcement Learning" repository = "https://github.com/elbaro/gym-rs" license = "MIT" keywords = ["learning", "rl", "ml", "gym"] categories = ["science", "simulation"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.40" ndarray = "0.15.0" ndarray-rand = "0.14.0" rand = "0.8.3"