lfa 0.8.1

Native rust implementations of linear function approximators.
Documentation
[badges.coveralls]
branch = "master"
repository = "tspooner/lfa"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "tspooner/lfa"
[dependencies.itertools]
version = "0.8"

[dependencies.ndarray]
version = "0.12"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.spaces]
version = "4.1"
[dev-dependencies.quickcheck]
version = "0.7"

[dev-dependencies.seahash]
version = "3.0"

[package]
authors = ["Tom Spooner <t.spooner@liverpool.ac.uk>"]
description = "Native rust implementations of linear function approximators."
documentation = "https://docs.rs/lfa"
edition = "2018"
keywords = ["function", "approximation", "linear", "ai", "rl"]
license = "MIT"
name = "lfa"
readme = "README.md"
repository = "https://github.com/tspooner/lfa"
version = "0.8.1"