Go to file
mgjeon e85490e0ab feat: 데이터 관리 및 설정 개선
- configs/actions.json: 행동 정의 파일 추가
- configs/offline_env_config.yaml: 환경 설정 파일 개선
- saved_models/: Q-table JSON 형식 추가
- logs/: 데이터 수집 로그 기능 추가
2025-09-22 16:35:52 +09:00
agents Initial commit 2025-09-18 08:46:44 +09:00
configs feat: 데이터 관리 및 설정 개선 2025-09-22 16:35:52 +09:00
datasets feat: 데이터 관리 및 설정 개선 2025-09-22 16:35:52 +09:00
logs feat: 데이터 관리 및 설정 개선 2025-09-22 16:35:52 +09:00
negotiation_agent feat: 협상 에이전트 구현 개선 2025-09-22 16:35:43 +09:00
saved_models feat: 데이터 관리 및 설정 개선 2025-09-22 16:35:52 +09:00
tests Initial commit 2025-09-18 08:46:44 +09:00
usecases Initial commit 2025-09-18 08:46:44 +09:00
README.md Initial commit 2025-09-18 08:46:44 +09:00
data_collector.py Initial commit 2025-09-18 08:46:44 +09:00
evaluate.py Initial commit 2025-09-18 08:46:44 +09:00
poetry.lock Initial commit 2025-09-18 08:46:44 +09:00
pyproject.toml Initial commit 2025-09-18 08:46:44 +09:00
train_offline.py Initial commit 2025-09-18 08:46:44 +09:00

README.md

Q_Table