v1.0.0; max train step 120k

This commit is contained in:
wty-yy
2026-01-13 12:37:05 +08:00
parent b4bf32b4cd
commit 02da83d800
6 changed files with 32 additions and 29 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.9',
version='1.0.0',
author='Wu Tianyang',
license="MIT",
packages=find_packages(),