proroklab / rllib_differentiable_commsLinks
This is a minimal example to demonstrate how multi-agent reinforcement learning with differentiable communication channels and centralized critics can be realized in RLLib. This example serves as a reference implementation and starting point for making RLLib more compatible with such architectures.
☆42Updated last year
Alternatives and similar repositories for rllib_differentiable_comms
Users that are interested in rllib_differentiable_comms are comparing it to the libraries listed below
Sorting:
- Partially Observable Process Gym☆190Updated 11 months ago
- Benchmarking RL generalization in an interpretable way.☆156Updated 2 months ago
- A tool for aggregating and plotting MARL experiment data.☆77Updated 4 months ago
- The Starcraft Multi-Agent challenge lite☆42Updated 8 months ago
- Level-Based Foraging (LBF): A multi-agent reinforcement learning environment☆46Updated 8 months ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆128Updated 10 months ago
- PyTorch Implementation of FeUdal Networks for Hierarchical Reinforcement Learning (FuNs), Vezhnevets et al. 2017.☆40Updated 5 years ago
- Fast and flexible multi-agent gridworld reinforcement learning environments.