def describe_channels()

in support/gym_remote/bridge.py [0:0]


    def describe_channels(self):
        description = {}
        for name, channel in self._channels.items():
            description[name] = (channel.TYPE, channel.SHAPE, channel.annotations)
        return description