# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "border-py-gym-env" version = "0.0.7" description = "Reinforcement learning library" readme = "README.md" keywords = [ "reinforcement", "learning", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/laboroai/border" [package.metadata.docs.rs] no-default-features = true [[example]] name = "random_cartpole" test = true [[example]] name = "random_lunarlander_cont" test = false [[example]] name = "random_fetch_reach" test = false [[example]] name = "random_ant" test = false [[example]] name = "pybullet_pyo3" [dependencies.anyhow] version = "1.0.38" [dependencies.border-core] version = "0.0.7" [dependencies.candle-core] version = "=0.4.1" optional = true [dependencies.image] version = "0.23.14" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15.1" features = ["serde"] [dependencies.num-traits] version = "0.2.14" [dependencies.numpy] version = "0.14.1" [dependencies.pyo3] version = "=0.14.5" features = ["auto-initialize"] default-features = false [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.tch] version = "0.16.0" optional = true [dev-dependencies.csv] version = "1.1.5" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.fastrand] version = "1.4.0"