Open kasanari opened 2 months ago
I would like the list of names for all nodes in the info dict. This helps in interpreting results when only using the obs/info dicts.
infos["defender"]["names"] = self._index_to_full_name infos["attacker"]["names"] = self._index_to_full_name
Basically this, somewhere appropriate.
I would like the list of names for all nodes in the info dict. This helps in interpreting results when only using the obs/info dicts.
Basically this, somewhere appropriate.