v0.1.5 prev1; Add ACMoE

This commit is contained in:
wty-yy
2026-01-06 23:38:32 +08:00
parent ddd7119050
commit 05e1e81d64
13 changed files with 601 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import find_packages
from distutils.core import setup
setup(name='go2_rl_gym',
version='0.1.4',
version='0.1.5',
author='Wu Tianyang',
license="MIT",
packages=find_packages(),
@@ -13,7 +13,8 @@ setup(name='go2_rl_gym',
'rsl-rl',
'matplotlib',
'numpy==1.20',
'tensorboard',
'tensorboard==2.14.0',
'google-auth==2.45.0',
'mujoco==3.2.3',
'pyyaml',
'onnx==1.17.0',