Commit Graph

4 Commits

Author SHA1 Message Date
fb6e2fcd65 styling on training added. 2025-05-27 06:19:16 -07:00
4500bfd388 Refactor agent management views and styles
- Removed commented-out header styles from styles.base.tcss and styles.tcss.
- Added new styles for danger buttons and agent selection views in styles.base.tcss and styles.tcss.
- Implemented AgentHomeView to manage agent actions and display metadata.
- Created AgentSelectView for selecting agents with a new layout and functionality.
- Added CreateAgentView for creating new agents with input validation.
- Removed obsolete eval.py and replaced it with evaluation.py.
- Developed GameSelectView for selecting games with a dynamic loading interface.
- Introduced ModelSelectView for selecting models associated with agents.
- Created SelectRunView for managing runs associated with agents.
- Added SubmissionView and TrainingView for handling model training and submission processes.
- Updated requirements.txt to include pyfiglet for ASCII art rendering.
2025-05-26 07:55:58 -07:00
d62820dd80 Add game logo files and enhance home view layout with grid and button components 2025-05-25 09:50:33 -07:00
da88ae71fe Refactor theming and styles: implement dynamic theme management, replace static styles with theme variables, and enhance game card UI 2025-05-24 19:57:59 -07:00