[software] 添加16DOF早期训练仿真与Sim2Real闭环

This commit is contained in:
2026-07-21 16:15:14 +08:00
parent 9bd22225f9
commit e9e2c946b3
681 changed files with 137221 additions and 8 deletions
@@ -0,0 +1,34 @@
# Large runtime directories
.venv/
logs/
wandb/
artifacts/
benchmark_results/
dist/
# Build/cache
__pycache__/
*.pyc
.ruff_cache/
.pytest_cache/
.uv-cache/
*.egg-info/
# Git/CI
.git/
.github/
.gitignore
.pre-commit-config.yaml
# IDE/local
.vscode/
.claude/
notebooks/
# Docker
Dockerfile
.dockerignore
# Docs build artifacts
docs/source/_build/
docs/source/generated/