relayrl_algorithms 0.2.0

A collection of Multi-Agent Deep Reinforcement Learning Algorithms (IPPO, MAPPO, etc.)
Documentation
1
2
3
4
pub mod base_algorithm;
pub mod base_replay_buffer;

pub use base_algorithm::WeightProvider;