Confused between "centralized critic" and "centralized training decentralized execution"

This page summarizes the projects mentioned and recommended in the original post on /r/reinforcementlearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • on-policy

    This is the official implementation of Multi-Agent PPO (MAPPO).

  • Sorry, this was the paper: https://arxiv.org/abs/2104.07750 But I guess you already answered my question. Indeed, agents receive a global obervation, but cannot directly observe other agents' actions, states, orrewards, and do not share parameters. So if I understand correctly that what they're using here is independent PPO with global observation, but no centralized critic. Which is what MAPPO (https://github.com/marlbenchmark/on-policy/blob/main/onpolicy/algorithms/r_mappo/algorithm/r_actor_critic.py) does: centralized observation space, but (if I'm correct), decentralized critic.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you compute rewards when you are using parallel environments?

    1 project | /r/reinforcementlearning | 12 Sep 2022
  • Renderer of the environment does not work?

    1 project | /r/reinforcementlearning | 5 Sep 2022
  • Stuck on this error for days: I can't use importlib the right way

    1 project | /r/learnprogramming | 30 Jul 2022
  • Difference between setup.py, environments.yaml and requirements.txt

    1 project | /r/learnprogramming | 30 May 2022
  • Difference between setup.py, environments.yaml and requirements.txt

    1 project | /r/learnmachinelearning | 30 May 2022