Files
bullet3/examples/pybullet/gym/pybullet_data/__init__.py
2019-03-26 10:05:45 -07:00

6 lines
95 B
Python

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