source/BattlesnakeGym/battlesnake_gym/snake.py [414:423]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Parameters:
        ----------
        excluded_snakes: [Snake]
            Snakes to not be included in the binary map. 
            Used to check if there are collisions between snakes

        Returns:
        --------
        map_image: np.array(map_sizep[0], map_size[1], number_of_snakes)
            The depth of the map_image corresponds to each snakes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/BattlesnakeGym/battlesnake_gym/snake.py [441:450]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Parameters:
        ----------
        excluded_snakes: [Snake]
            Snakes to not be included in the binary map. 
            Used to check if there are collisions between snakes

        Returns:
        --------
        map_image: np.array(map_sizep[0], map_size[1], number_of_snakes)
            The depth of the map_image corresponds to each snakes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



