bullet3/examples/pybullet/gym/pybullet_data/__init__.py
2019-04-27 07:31:15 -07:00

7 lines
98 B
Python

import os
def getDataPath():
resdir = os.path.join(os.path.dirname(__file__))
return resdir