Commit graph

724 commits

Author SHA1 Message Date
Mohd Sarfaraz Ali
66311be5e6
Update README.md 2025-05-18 15:06:17 -07:00
Parsa Idehpour
fed2697eef first commit 2025-05-18 18:03:52 -04: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
Jake Boggs
7efcb965bd
Add zip file 2025-05-18 17:45:44 -04:00
Josh
8ff2b02ce0 Working POC 2025-05-18 14:44:16 -07:00
Jake Boggs
09eed6584d Add example output 2025-05-18 17:43:38 -04:00
Jonah Philion
98e103d2f2 copy over gsmk 2025-05-18 14:42:58 -07:00
Earl Potters
b9a1940d12 Enhance evaluation process in DynastAI with detailed logging
- Added print statements to track the evaluation process, including the number of test scenarios and accuracy after evaluation.
- Improved JSON validation with additional logging for missing fields and invalid data types.
- Introduced counters for valid and invalid scenario generations during scoring.
- Enhanced feedback on scenario generation and processing errors for better debugging.
2025-05-18 21:23:33 +00:00
Roshan Sanjeev
bff7561030
Update README.md 2025-05-18 14:23:22 -07:00
Roshan Sanjeev
7a43550d75
Initial commit 2025-05-18 14:22:54 -07:00
Jake Boggs
71a87edd50 Initial version 2025-05-18 17:21:16 -04:00
Aadit Juneja
7c7393430d optimizer stuff 2025-05-18 14:21:14 -07:00
Joshua Jerin
e018440d66 initial - env 2025-05-18 14:16:01 -07:00
arihanv
fa42662c54 feat: optimizer evaluator 2025-05-18 14:15:32 -07:00
Earl Potters
fba2a42bb7 Enhance DynastAI scenario generation with structured point system and history tracking
- Updated point system guidelines to restrict values for Piety, Stability, Power, and Wealth to a range of -20 to 20.
- Introduced a category field for scenario classification.
- Added examples for scenario generation to improve clarity.
- Implemented choice history tracking to maintain a record of player decisions and their effects on the kingdom's state.
- Enhanced prompt formatting to include current kingdom state and recent choices for better context in scenario generation.
2025-05-18 21:13:13 +00:00
Alexander Speicher
1e7c3d7cc1 init 2025-05-18 13:55:40 -07:00
Adam Blumenfeld
3fde5cbda8 update gitignore 2025-05-18 20:52:54 +00:00
Olivier D'Ancona
366f82d5bc Merge branch 'main' of github.com:ODAncona/NousWhiteHouse 2025-05-18 13:41:24 -07:00
Olivier D'Ancona
0fbb112eec initialized with grpo 2025-05-18 13:41:01 -07:00
Han
76abb16dac
docs: update README.md in atroposlib/env/README.md
Fixing wrong link to the base environment class documentation
2025-05-18 13:34:13 -07:00
Josh
94038876f4 Add tokenizer. Fix typing 2025-05-18 13:32:59 -07:00
Josh
659247fc00 Fix environment issues. Safely ran python3 accessibility_env.py --help 2025-05-18 13:07:08 -07:00
Aditya Mehta
b62cf5d74f
Update README.md 2025-05-18 13:02:35 -07:00
Aditya Mehta
9472d2de23
Update README.md 2025-05-18 13:01:01 -07:00
Aditya Mehta
7e671925ff
Update README.md 2025-05-18 13:00:43 -07:00
Aditya Mehta
23c6f767ce
Update README.md 2025-05-18 13:00:34 -07:00
Aditya Mehta
e6b71b335f
Update README.md 2025-05-18 12:59:54 -07:00
Aditya Mehta
d8f0749e1b
Update README.md 2025-05-18 12:59:35 -07:00
Aditya Mehta
b776d19f7f
Update README.md 2025-05-18 12:58:58 -07:00
Josh
737139994a feat: Initial setup for AccessibilityEnv directory and placeholder files 2025-05-18 12:52:04 -07:00
Olivier D'Ancona
f052f14484 uv init 2025-05-18 12:48:21 -07:00
Olivier D'Ancona
89fad09688 init hackaton 2025-05-18 12:43:28 -07:00
Earl Potters
e0dabe1225 Add DynastAI game environment with FastAPI backend and web frontend
- Introduced `dynastai_local_server.py` for local development and testing.
- Implemented `dynastai_server.py` as the main server entry point.
- Created FastAPI endpoints for game state management, card generation, and player choices.
- Developed a web interface with HTML, CSS, and JavaScript for user interaction.
- Added game logic for managing metrics and decision effects.
- Included configuration management and utility functions.
- Established a testing framework for API and environment functionality.
- Updated README.md with project overview and setup instructions.
2025-05-18 19:37:31 +00:00
Krishnan Srinivasan
bd35adabb4 vibe-coded xitter, v0 2025-05-18 15:04:37 -04:00
hjc-puro
c189fc3351
Merge pull request #57 from NousResearch/version-0.2.1
version bump to 0.2.1
2025-05-18 22:50:06 +08:00
hjc-puro
76bdace9c2
Merge pull request #56 from NousResearch/check_server_status_task_404
changed health check to chat completions since all oai models are com…
2025-05-18 22:49:03 +08:00
hjc-puro
76a409e8a0 version bump to 0.2.1 2025-05-18 10:12:29 -04:00
hjc-puro
02aefcfb10
Update README.md 2025-05-17 19:32:51 -04:00
Shannon Sands
76736ec4c2 removed unused 2025-05-17 13:37:55 -07:00
Shannon Sands
c05d9f7f53 added health check flag to skip entirely 2025-05-17 13:36:26 -07:00
Shannon Sands
f84934363c linting 2025-05-17 13:06:16 -07:00
Shannon Sands
90138376f9 thanks cursor 2025-05-17 13:00:35 -07:00
Shannon Sands
59b08a1aa9 Added flag for chat completion, switch in OpenAI client 2025-05-17 12:59:20 -07:00
Shannon Sands
81534f7c8a message 2025-05-17 12:50:35 -07:00
Shannon Sands
7dc3938038 changed health check to chat completions since all oai models are compatible with that, and it should work with compatible servers 2025-05-17 12:46:50 -07:00
Teknium
bdb15e5d85
Merge pull request #21 from NousResearch/add-sft-data-env
add an SFT data loading env
2025-05-17 11:30:07 -07:00