Key changes: - Add random Q-table initialization with small values (0-0.1) - Implement action masking mechanism to prevent repeated actions - Add debug information to show available actions and Q-values - Add epsilon-greedy selection with action masking - Add tests for policy and agent behavior |
||
|---|---|---|
| .. | ||
| __pycache__ | ||
| __init__.py | ||
| test_episode_policy.py | ||
| test_evaluate_agent_usecase.py | ||
| test_get_q_value_usecase.py | ||
| test_load_q_table_usecase.py | ||
| test_qlearning_agent.py | ||
| test_update_q_table_usecase.py | ||