xuehy / pytorch-maddpg

A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
615 stars 122 forks source link

what's the action sapce,range and the observation sapce,range #6

Closed Kyle1993 closed 6 years ago

Kyle1993 commented 6 years ago

the action shape is (2,) and the observation space is (213,), but what's the high and low?

Kyle1993 commented 6 years ago

sorry I saw that