PKU-MARL / HARL

Official implementation of HARL algorithms based on PyTorch.
521 stars 64 forks source link

Question about env observability #22

Closed prinshul closed 11 months ago

prinshul commented 11 months ago

Hi,

Are all environments implemented with global observability?

Thanks.

Ivan-Zhong commented 11 months ago

No, some of them are not, for example MPE, SMAC, SMACv2, Bi-DexHands.

prinshul commented 11 months ago

Mujoco and LAG?

Ivan-Zhong commented 11 months ago

They are globally observable.

prinshul commented 11 months ago

Thanks. Any pointers as to how to make them partially observable?

guazimao commented 11 months ago

Hi. You can refer to the original MAMujoco repo to make it partially observable. As for LAG, currently, it cannot be made partially observable.

prinshul commented 11 months ago

Thanks.