You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('WARNING: This package only officially support Python 3, the current version is Python {sys.version_info.major}. The installation will likely fail. ')
setup(name='gym_track2d',
install_requires=['gym',
'numpy',
'matplotlib',
'scikit-image', ],
description='gym-track2d: A customizable gym environment for active tracking in maze and grid world',