删除.venv

重构为RL和IL两部分内容。
This commit is contained in:
2026-03-03 22:26:55 +08:00
parent 9325184f4d
commit b14448240d
475 changed files with 2876 additions and 87711 deletions

View File

@@ -52,7 +52,7 @@ def main():
index = 0
# acquire all Isaac environments names
for task_spec in gym.registry.values():
if "Template-" in task_spec.id and (args_cli.keyword is None or args_cli.keyword in task_spec.id):
if ("Template-" in task_spec.id or "Isaac-" in task_spec.id) and (args_cli.keyword is None or args_cli.keyword in task_spec.id):
# add details to table
table.add_row([index + 1, task_spec.id, task_spec.entry_point, task_spec.kwargs["env_cfg_entry_point"]])
# increment count