koulanurag/ma-gym

Sampling observation space fails

semitable opened this issue · 0 comments

Hi all,

Currently, sampling the observation space of a multi-agent environment seems to be failing.
Specifically:

env = gym.make('Switch2-v0')  
env.observation_space.sample()

raises

NameError: name 'agents_observation_space' is not defined

This appears to be a simple typo. PR #7 fixes this.