def __init__()

in robosumo/envs/agents.py [0:0]


    def __init__(self, env, scope="ant", **kwargs):
        xml_path = os.path.join(os.path.dirname(__file__),
                                "assets", "ant.xml")
        super(Ant, self).__init__(env, scope, xml_path, **kwargs)