[software] 添加16DOF早期训练仿真与Sim2Real闭环
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user