v1.1.6; fix terrain_weighted_summary bug

This commit is contained in:
wty-yy
2026-03-24 21:55:53 +08:00
parent f713f70561
commit 1ab6c58fd1
10 changed files with 202 additions and 28 deletions

View File

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