mal-lang / mal-simulator

Apache License 2.0
2 stars 1 forks source link

Add symbol key to info #54

Open kasanari opened 2 months ago

kasanari commented 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.