in gym-compete/gym_compete/new_envs/agents/ant.py [0:0]
def __init__(self, agent_id, xml_path=None):
if xml_path is None:
xml_path = os.path.join(os.path.dirname(__file__), "assets", "ant_body.xml")
super(Ant, self).__init__(agent_id, xml_path)