当前位置: 代码迷 >> 综合 >> MALib: A Parallel Framework for Population-based Multi-agent Reinforcement Learning 论文笔记
  详细解决方案

MALib: A Parallel Framework for Population-based Multi-agent Reinforcement Learning 论文笔记

热度:96   发布时间:2023-12-12 08:47:17.0

文章目录

  • 前言
  • Parallel Programming Abstractions for PB-MARL
    • Centralized Task Dispatching Model
      • Defining the Task Graph
      • Decoupling the Task-Data Flow
    • Actor-Evaluator-Learner Model
    • Abstractions for MARL Training Paradigms
      • Independent Learning
      • Centralized Learning
      • Asynchronous Learning
      • Synchronous Learning

  相关解决方案