burn-rl 0.21.0-pre.2

RL crate for the Burn framework
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 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 = "2024"
name = "burn-rl"
version = "0.21.0-pre.2"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RL crate for the Burn framework"
documentation = "https://docs.rs/burn-rl"
readme = "README.md"
keywords = [
    "deep-learning",
    "machine-learning",
    "tensor",
    "pytorch",
    "ndarray",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-rl"
resolver = "2"

[lib]
name = "burn_rl"
path = "src/lib.rs"

[dependencies.burn-core]
version = "=0.21.0-pre.2"
features = [
    "dataset",
    "std",
]
default-features = false

[dependencies.burn-optim]
version = "=0.21.0-pre.2"
features = ["std"]
default-features = false

[dependencies.derive-new]
version = "0.7.0"
default-features = false

[dependencies.log]
version = "0.4.29"
default-features = false

[dependencies.rand]
version = "0.10.0"
features = ["std_rng"]
default-features = false

[dev-dependencies.burn-ndarray]
version = "=0.21.0-pre.2"

[lints.clippy]

[lints.rustdoc]
broken_intra_doc_links = "deny"
invalid_html_tags = "deny"