Commit graph

423 commits

Author SHA1 Message Date
David van Vliet
f5787a6f1b Less verbose cards and choices for better UX 2025-05-18 17:03:08 -07:00
Aditya Mehta
e78d2c5bc9 added prompt for each MCP 2025-05-18 17:02:45 -07:00
arihanv
3ed0ba114e clean: remove explanation 2025-05-18 17:02:09 -07:00
arihanv
24c3c3d34c update: executor 2025-05-18 17:01:43 -07:00
Shannon Sands
c98784214a fixed import 2025-05-18 17:01:27 -07:00
Shannon Sands
3b76acde14 fixed import 2025-05-18 17:00:24 -07:00
Shannon Sands
c88c272228 fixed import 2025-05-18 16:59:25 -07:00
edmundman
0e660a7429 init commit 2025-05-18 16:58:42 -07:00
Shannon Sands
20ca46f06a fixed import 2025-05-18 16:57:28 -07:00
Pranceraz
c676059c2d ioenfo 2025-05-18 16:55:59 -07:00
Shannon Sands
6f6084e513 linting 2025-05-18 16:55:25 -07:00
venkatacrc
67a49f27b9 data generation scripts to make hugging face compatible dataset 2025-05-18 23:54:12 +00:00
Shannon Sands
034fbad7d5 removing comments 2025-05-18 16:52:26 -07:00
Roshan Sanjeev
86af643d8e Add hackathon submission artifacts 2025-05-18 16:49:27 -07:00
David van Vliet
90a5af23f5 Merge remote-tracking branch 'origin/main' 2025-05-18 16:45:41 -07:00
David van Vliet
208c15a4c1 further UI improvements with character img 2025-05-18 16:41:23 -07:00
Jake Boggs
cf9429f47f Move to punchlines folder 2025-05-18 19:39:33 -04:00
arihanv
94825011a0 Convert FOB submodule to regular folder 2025-05-18 16:36:28 -07:00
Roshan Sanjeev
0b2baffab5 ExamCraft: Working adaptive teacher environment with demo 2025-05-18 16:33:01 -07:00
Earl Potters
3420a0f988 Merge branch 'main' of https://github.com/Slyracoon23/atropos 2025-05-18 23:31:12 +00:00
Dylan Anderson
1489b02bbb add a patient 2025-05-18 16:25:03 -07:00
Shannon Sands
89386598d8 trying different models,no completions? 2025-05-18 16:22:00 -07:00
97hongjun
128dce55bc fix bugs in cat_server 2025-05-18 16:20:42 -07:00
Shannon Sands
0e84f2f47a fix up score 2025-05-18 16:17:14 -07:00
arihanv
48941b455c update: sandbox 2025-05-18 16:11:00 -07:00
David van Vliet
816489c9bd new UI and openrouter integration 2025-05-18 16:09:58 -07:00
Shannon Sands
98ce4224ff commented out server 2025-05-18 16:08:42 -07:00
tsadpbb
189d7a3dd1
Add dataset (#3) 2025-05-18 16:01:54 -07:00
Joshua Jerin
b298a0eeb6 train 2025-05-18 16:00:43 -07:00
arihanv
f70103c781 update: sandbox 2025-05-18 16:00:35 -07:00
Adam Blumenfeld
1f5ace6113 progress on README.md with packages and shared library considerations 2025-05-18 23:00:03 +00:00
Adam Blumenfeld
32274ae20f copy over grpo example and modify run section 2025-05-18 22:59:44 +00:00
olivier
e91de77112 first experiment on lambda 2025-05-18 22:58:34 +00:00
97hongjun
6c18d04bce playing around with cat_server.py 2025-05-18 15:52:52 -07:00
Earl Potters
5257b56063 Refine DynastAI choice history display and reward scoring
- 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.
2025-05-18 22:50:57 +00:00
Jake Boggs
9b920bc7c6
New zip file 2025-05-18 18:49:58 -04:00
Jake Boggs
45ee84476a Update device 2025-05-18 18:48:54 -04:00
Alexander Speicher
02ff663ebe Patient Doctor Loop 2025-05-18 15:45:59 -07:00
Alexander Speicher
4e7583be43 base changes 2025-05-18 15:45:59 -07:00
Adam Blumenfeld
c10ebe4b85 add pyrender_utils with test 2025-05-18 22:41:27 +00:00
Earl Potters
ad21f178a1 Update choice history display in DynastAI prompt formatting
- 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.
2025-05-18 22:35:12 +00:00
Joshua Jerin
7e1de80695 add jsonl file 2025-05-18 15:27:37 -07:00
Earl Potters
790e3848f5 Enhance DynastAI evaluation and prompt formatting with detailed debug logging
- 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.
2025-05-18 22:23:51 +00:00
Jake Boggs
2f3547bd82 Make more concise 2025-05-18 18:12:46 -04:00
Dylan Anderson
5351bcccea Get a template working 2025-05-18 15:06:46 -07:00
Jake Boggs
2b5910a19f Add impact section 2025-05-18 18:02:11 -04:00
Earl Potters
6f1a4f9a0b Merge branch 'main' into dynastai-reward-env 2025-05-18 21:59:52 +00:00
Earl Potters
7101aad190 Add DynastAI integration documentation and setup scripts
- 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.
2025-05-18 21:59:12 +00:00
David van Vliet
38049522c8 formatting changes so that the game works 2025-05-18 14:52:32 -07:00
Adam Blumenfeld
96fd81daab add __init__.py 2025-05-18 21:50:12 +00:00