Guillermo Escolano
Guillermo Escolano
Hi, My issue is that just by importing sounddevice, any posterior error in the code is "swallowded", meaning not thrown by the terminal and the terminal just exits without throwing...
### Question Hello! I am a somewhat beginner using PettingZoo and had some questions about the aec_to_parallel_wrapper. In particular the step method. ``` def step(self, actions): rewards = defaultdict(int) terminations...
Hi, I am somewhat new to multiagent RL and had some doubts when using the black death wrapper. ``` def step(self, actions): active_actions = {agent: actions[agent] for agent in self.env.agents}...