source/BattlesnakeGym/battlesnake_gym/snake.py [391:402]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        '''
        Function to generate a numbered map of the locations of any snake
        1 will be the head, 2, 3 etc will be the body

        Parameters:
        ----------
        excluded_snakes: [Snake]
            Snakes to not be included in the binary map. 
            Used to check if there are collisions between snakes
        
        Returns:
        --------
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/BattlesnakeGym/battlesnake_gym/snake.py [410:421]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        '''
        Function to generate a numbered map of the locations of any snake
        1 will be the head, 2, 3 etc will be the body

        Parameters:
        ----------
        excluded_snakes: [Snake]
            Snakes to not be included in the binary map. 
            Used to check if there are collisions between snakes

        Returns:
        --------
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



