rsrl 0.2.2

A fast, extensible reinforcement learning framework in Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rsrl"
version = "0.2.2"
authors = ["Tom Spooner <t.spooner@liverpool.ac.uk>"]
description = "A fast, extensible reinforcement learning framework in Rust"
documentation = "https://tspooner.github.io/rsrl/rsrl/index.html"
readme = "README.md"
keywords = ["learning", "reinforcement", "rl", "ai"]
license = "MIT"
repository = "https://github.com/tspooner/rsrl"
[dependencies.blas]
version = "0.19"

[dependencies.log]
version = "0.4"

[dependencies.ndarray]
version = "0.11"
features = ["blas", "serde-1"]

[dependencies.openblas-src]
version = "0.5"

[dependencies.rand]
version = "0.4"

[dependencies.rusty-machine]
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_test]
version = "1.0"

[dependencies.slog]
version = "2.0"

[dependencies.slog-async]
version = "2.1"

[dependencies.slog-term]
version = "2.3"
[dev-dependencies.seahash]
version = "3.0"
[badges.coveralls]
branch = "master"
repository = "tspooner/rsrl"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "tspooner/rsrl"