Init
This commit is contained in:
21
setup.py
Normal file
21
setup.py
Normal file
@@ -0,0 +1,21 @@
|
||||
from setuptools import find_packages
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='unitree_rl_gym',
|
||||
version='1.0.0',
|
||||
author='Unitree Robotics',
|
||||
license="BSD-3-Clause",
|
||||
packages=find_packages(),
|
||||
author_email='support@unitree.com',
|
||||
description='Template RL environments for Unitree Robots',
|
||||
install_requires=[
|
||||
'isaacgym',
|
||||
'rsl-rl',
|
||||
'matplotlib',
|
||||
'numpy==1.20',
|
||||
'tensorboard',
|
||||
'mujoco==3.2.3',
|
||||
'pyyaml',
|
||||
'onnx==1.17.0',
|
||||
'pygame'
|
||||
])
|
||||
Reference in New Issue
Block a user