relayrl_algorithms 0.3.0

A collection of Multi-Agent Deep Reinforcement Learning Algorithms (IPPO, MAPPO, etc.)
Documentation
1
2
pub type IndependentTD3ReplayBuffer = super::super::replay_buffer::TD3ReplayBuffer;
pub type ITD3ReplayBuffer = IndependentTD3ReplayBuffer;