This commit is contained in:
Manuel Goulão
2022-11-10 12:18:57 +00:00
committed by GitHub
parent 22e520554b
commit 22445d26c8
2 changed files with 129 additions and 126 deletions

View File

@@ -146,6 +146,8 @@ title: {title_env_name}
if hasattr(low, "shape"):
if len(low.shape) == 3:
low = low[0][0][0]
if env_type == "mujoco":
low = low[0]
low = np.round(low, 2)
low = str(low).replace("\n", " ")
env_table += f"| Observation Low | {low} |\n"