- Updated the prompt to clarify that previous choices are displayed in order.
- Removed numbering from character prompts for improved readability.
- Adjusted reward scoring to penalize with -100.0 instead of -1.0 for no reward.
- Modified the prompt generation to include all choices made by the player instead of limiting to the last three.
- Enhanced the formatting to ensure clarity by stripping existing numbering from character prompts.
- Improved readability of the decision and effects displayed for each choice in the history.
- Added debug print statements throughout the evaluation process to track the processing of test cards, input data, and generated prompts.
- Improved the `format_prompt` method to include detailed logging of kingdom state and choice history.
- Enhanced logging for training data selection to aid in debugging and understanding scenario generation.
- Introduced `ATROPOS_INTEGRATION.md` for detailed instructions on using DynastAI with Atropos.
- Added `INSTALL_AND_RUN.md` to guide users through installation and running the game.
- Created `run_dynastai.py` for a simplified testing experience without full Atropos setup.
- Implemented `setup.py` to manage dependencies and ensure compatibility.
- Updated `requirements.txt` to include additional dependencies and version constraints.
- Enhanced `README.md` with new sections on installation, running the game, and integration with Atropos.
- Added installation verification script `verify_install.py` to check for required packages.
- Updated game logic to support local card generation and improved API integration.
- Enhanced web interface with new features for user interaction and game metrics display.