Hello, first of all, thank you for your team's outstanding contribution to the work “TRAJECTORY-CLASS-AWARE MULTI-AGENT REINFORCEMENT LEARNING”, I have some questions about the code.
In the file [TRAMA-master/TRAMA_smac_env/init.py] there are the following lines of code:
from smacv2.env.starcraft2.starcraft2_TRAMA import StarCraft2Env as StarCraft2Env_multigoal
from smacv2.env.starcraft2.wrapper_multigoal import StarCraftCapabilityEnvWrapper_multigoal
But I found that “starcraft2_TRAMA” and “wrapper_multigoal” are not in the official code of [smacv2], how to solve it?
Hello, first of all, thank you for your team's outstanding contribution to the work “TRAJECTORY-CLASS-AWARE MULTI-AGENT REINFORCEMENT LEARNING”, I have some questions about the code.
In the file [TRAMA-master/TRAMA_smac_env/init.py] there are the following lines of code:
from smacv2.env.starcraft2.starcraft2_TRAMA import StarCraft2Env as StarCraft2Env_multigoal
from smacv2.env.starcraft2.wrapper_multigoal import StarCraftCapabilityEnvWrapper_multigoal
But I found that “starcraft2_TRAMA” and “wrapper_multigoal” are not in the official code of [smacv2], how to solve it?