v1.1.5; Add friction margin

This commit is contained in:
wty-yy
2026-03-23 21:13:41 +08:00
parent fe35afea22
commit f713f70561
13 changed files with 172 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="robogauge",
version="1.1.4",
version="1.1.5",
author="Wu Tianyang",
author_email="993660140@qq.com",
description="A generic robot RL model evaluation library based on MuJoCo",