in robosumo/envs/agents.py [0:0]
def __init__(self, env, scope="bug", **kwargs):
xml_path = os.path.join(os.path.dirname(__file__),
"assets", "bug.xml")
super(Bug, self).__init__(env, scope, xml_path, **kwargs)