v0.1.7; fix prob of not adjusting resample cmd based on the terrains

This commit is contained in:
wty-yy
2026-01-08 12:44:17 +08:00
parent 6f477bf42d
commit 47755ce06c
7 changed files with 41 additions and 14 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.5',
version='0.1.7',
author='Wu Tianyang',
license="MIT",
packages=find_packages(),