Initial commit — Elden Ring RL agent

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cametendo
2026-04-28 19:49:21 +02:00
commit b4a3914794
8 changed files with 461 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python venv contents
bin/
include/
lib/
lib64
share/
pyvenv.cfg
__pycache__/
*.py[cod]
# Trained model artifacts
elden_ai_model*
*.zip
# Named pipe for the vision pipeline
/tmp/elden_pipe
# Misc
permission_test.txt
.claude/