relayrl_algorithms 0.2.0

A collection of Multi-Agent Deep Reinforcement Learning Algorithms (IPPO, MAPPO, etc.)
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 = "relayrl_algorithms"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of Multi-Agent Deep Reinforcement Learning Algorithms (IPPO, MAPPO, etc.)"
documentation = "https://docs.rs/crate/relayrl_algorithms"
readme = "README.md"
keywords = [
    "rl-algorithms",
    "multi-agent",
    "deep-learning",
    "ai",
    "training",
]
categories = [
    "science",
    "algorithms",
    "simulation",
    "concurrency",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/jrcalgo/relayrl"
resolver = "2"

[features]
default = ["ndarray-backend"]
ndarray-backend = [
    "burn-ndarray",
    "relayrl_types/ndarray-backend",
]
tch-backend = [
    "burn-tch",
    "relayrl_types/tch-backend",
]

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.burn-autodiff]
version = "0.20.1"

[dependencies.burn-core]
version = "0.20.1"

[dependencies.burn-ndarray]
version = "0.20.1"
optional = true

[dependencies.burn-nn]
version = "0.20.1"

[dependencies.burn-optim]
version = "0.20.1"

[dependencies.burn-tch]
version = "0.20.1"
optional = true

[dependencies.burn-tensor]
version = "0.20.1"

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.log]
version = "0.4.29"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.rand]
version = "0.10.0"

[dependencies.relayrl_types]
version = "0.6.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"