in gym3/concat.py [0:0]
def get_info(self) -> List[Dict]: result = [] for env in self.envs: result.extend(env.get_info()) return result