relayrl_algorithms 0.3.0

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