oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.03k stars 228 forks source link

Provide state in structured form as a dict and features names in a list #75

Closed samvelyan closed 3 years ago

samvelyan commented 3 years ago

This PR is a copy of #55 with two very minor changes.

1) Removing unused ally_obs_attr_names and enemy_obs_attr_names variables from the StarCraft2Env class. 2) Adjusting get_state_dict method's comments based on what is actually being returned.