fix: 실패한 타일 제외

This commit is contained in:
21in7
2026-03-25 21:20:20 +09:00
parent bc7bb4d1e6
commit c99ca1e43c
9 changed files with 36 additions and 8 deletions

View File

@@ -113,3 +113,4 @@ planner.set_goal(
- 순수 플레이이므로 **걷기, 채굴, 제작에 실제 시간이 소요**됩니다
- AI가 "move 먼저 → 작업" 패턴을 학습하도록 프롬프트가 설계되어 있습니다
- `agent_log.jsonl`에 모든 행동과 타임스탬프가 기록됩니다
- `mine_resource`에서 실패한 채굴 타일 제외(`exclude`)는 Lua와 Python 양쪽에서 정수 타일 좌표(`tx, ty`) 키로 통일해, 제외한 좌표가 반복 선택되지 않도록 합니다.