Shannon Sands
c360ee20e7
linting
2025-05-26 09:39:51 +10:00
Shannon Sands
65108d12b2
Linting done
2025-05-26 09:28:23 +10:00
Shannon Sands
a58562447f
Merge branch 'joshuajerin-selcube' into merge-joshuajerin-contributions
2025-05-26 09:07:25 +10:00
Shannon Sands
abab64e8dc
full commit
2025-05-26 08:48:33 +10:00
Shannon Sands
129b310593
Integrate JakeBoggs punchline VR-CLI environment - Add Punchline VR-CLI environment for training humor understanding using VR-CLI methodology - Moved from environments/hack0/punchlines to environments/community/punchline_vrcli - Updated community README with comprehensive environment description - Fixed linting issues and formatted code per project standards - Credit: @JakeBoggs
2025-05-26 08:45:45 +10:00
Shannon Sands
c3e2046a20
Merge branch 'JakeBoggs-punchline' into merge-jakeboggs-contributions
2025-05-26 08:33:37 +10:00
Teknium
4b532da35e
Merge pull request #114 from leopardracer/main
...
Improve API Server Documentation and Update UFC Prediction Output Format
2025-05-25 01:34:48 -07:00
Shannon Sands
0c4c3e1e6c
linting
2025-05-24 14:43:24 +10:00
Shannon Sands
47c42bdc72
linting
2025-05-24 14:37:24 +10:00
Shannon Sands
160abf8574
Integrate krishpop's Cat Behavior Communication Environment - Merged cat behavior environment from krishpop:main - Moved cat files from environments/ to environments/community/cat_behavior_env/ - Fixed file paths for cat_behaviors.json and cat_scenarios.json - Removed unused imports and fixed all linting issues - Updated community README with comprehensive cat environment description - Credited author @krishpop with GitHub link
2025-05-24 14:21:58 +10:00
Shannon Sands
f399e3513f
Merge remote-tracking branch 'krishpop/main' into merge-krishpop-contributions
2025-05-24 13:54:43 +10:00
Shannon Sands
95bec5e7a8
Integrate RoshanSanjeev's ExamCraft environment - Merged ExamCraft environment from RoshanSanjeev PR #95 - Moved from environments/hack0/ to environments/community/ - Removed demo_artifacts.tar.gz file to avoid repo clutter - Updated community README with comprehensive ExamCraft description - Fixed all linting issues (flake8, black, isort) - Credited author @RoshanSanjeev with GitHub link
2025-05-24 13:48:52 +10:00
Shannon Sands
455fbd053c
Merge branch 'RoshanSanjeev-examcraft' into merge-roshansanjeev-contributions
2025-05-24 13:39:03 +10:00
Shannon Sands
32cf5e3d42
Integrate joshgarza's accessibility environment - Merged accessibility environment from joshgarza:main - Moved from environments/hack0/ to environments/community/ - Updated community README with detailed description of accessibility auto-fixer - Added note about missing dataset file - Credited author @joshgarza with GitHub link
2025-05-24 13:31:50 +10:00
Shannon Sands
30ddc8a36d
Merge remote-tracking branch 'joshgarza/main' into merge-joshgarza-contributions
2025-05-24 13:29:23 +10:00
teknium1
ae0340bb9f
prevent token explosion issue by reducing max_token to 15k instead of 16k
2025-05-23 18:09:36 -07:00
teknium1
1fa798a69e
Making saving data optional in config, add scores to saved data
2025-05-23 14:11:11 -07:00
teknium1
a20886d720
fix many many things jules didnt do right
2025-05-23 12:50:38 -07:00
leopardracer
c15149c23b
Update ufc_image_env.py
2025-05-23 19:43:04 +03:00
Shannon Sands
8aff7cb3c5
Fix import sorting issues in environment files - Move wandb imports to third-party section in philosophical_rlaif_env.py, math_server.py, math_server_zero.py, and tool_calling_server.py - Add missing spaces after commas in ufc_server.py stats.get() calls - Manual fixes to resolve CI linting failures
2025-05-23 15:58:16 +10:00
Shannon Sands
7de20bddfe
merged changes
2025-05-23 15:48:14 +10:00
Shannon Sands
6e55cbc448
Add edmundman's UFC prediction environment with sample dataset - Moved UFC environment from hack0/ to community/ufc_prediction_env/ - Fixed all linting issues: unused imports, long lines, unused variables - Trimmed large_dataset.csv to 799 records (459KB) to meet repository limits - Added comprehensive documentation to community README - Environment features both text-based and image-based fight prediction - Generates entertaining TTS-ready commentary for voice synthesis - Includes web scraping tools and Flask UI interface
2025-05-23 15:47:12 +10:00
Shannon Sands
606b917042
Merge edmundman's UFC_FIGHT_PREDICTOR contribution
2025-05-23 15:33:02 +10:00
Fabrizio (Misto) Milo
490caf6854
change directory
2025-05-22 13:03:37 -07:00
teknium1
46d33bf0b2
manually implement readme update due to
2025-05-21 23:09:45 -07:00
shannonsands
ba4ee8d68b
Merge pull request #63 from NousResearch/toolcalling-server-process-fix
...
Toolcalling server process fix
2025-05-21 21:56:11 -07:00
based-tachikoma
b01023ad3a
additional fixes to alphafold2_multimer and tool_executor
2025-05-21 21:28:30 -07:00
based-tachikoma
6783a077cc
update comment in protein_env.py
2025-05-21 21:27:42 -07:00
based-tachikoma
02585947e4
refactor file saving from alphafold2_multimer to tool_executor
2025-05-21 21:23:00 -07:00
Shannon Sands
a614fa7e67
updated llms.txt, contribution guide and added community folder with README
2025-05-22 11:53:11 +10:00
google-labs-jules[bot]
276a845dd7
feat: Implement SWE-RL Environment with Full Refinements
...
I've implemented the SWERLEnv in environments/swe_rl_env.py, based on the
SWE-RL paper (arXiv:2502.18449). This version incorporates extensive
refinements based on your feedback.
Key features implemented in environments/swe_rl_env.py:
- Core environment structure (setup, trajectory collection, scoring, evaluation).
- "Thinking" step: LLM is prompted for reasoning within <think> </think> tags
before generating a patch. Includes strict parsing for these tags.
- Dynamic prompt construction using `tokenizer.apply_chat_template` with
NousResearch/DeepHermes-3-Llama-3-8B-Preview as the default model.
- Hugging Face dataset integration: Loads data from HF Hub with configurable
dataset name, splits, and column mappings.
- Reward mechanism: Based on thinking tag correctness, patch format
(SEARCH/REPLACE), and similarity to the oracle patch.
- Comprehensive WandB logging for training/evaluation metrics.
NOTE: I made multiple attempts to update 'environments/README.md'
with documentation for this new environment. While I
reported success in some turns, this was not consistently verifiable
and may not have been correctly applied. The README.md file may
require manual verification and updating for the SWERLEnv.
2025-05-22 01:28:00 +00:00
Andrew
5d34ea821d
removed html from data folder
2025-05-21 18:10:10 -07:00
Andrew
6316cf31a5
chore: remove .zip and .html files per review feedback
2025-05-21 18:08:22 -07:00
based-tachikoma
227e594ebf
add debug_target.pdb test file
2025-05-21 16:50:15 -07:00
Eric Liu
7eae51cc5c
Move to subfolder
2025-05-21 16:19:00 -07:00
Eric Liu
a88e3afddf
DeepSacrifice
2025-05-21 16:18:46 -07:00
Allan Niemerg
7a653044a4
add GAIA download to README
2025-05-21 16:18:08 -05:00
Allan Niemerg
7710e151cc
This adds the SmolaGents integration to Atropos, enabling the creation of high-quality agent trajectories for training data.
2025-05-21 15:47:57 -05:00
Andrew
c3a4461008
feat: update and refactored meteorology environment with latest changes
2025-05-20 20:23:00 -07:00
based-tachikoma
1ee67de035
refactor, full run
2025-05-20 20:12:59 -07:00
based-tachikoma
de9dfff221
rfdiffusion fix
2025-05-20 20:12:59 -07:00
hallerite
4d9bec44c6
[env]: add initial ProteinBinderEnv
...
Co-authored-by: based-tachikoma <based.tachikoma@gmail.com>
2025-05-18 20:03:21 -07:00
Earl Potters
db0cf9e6c0
Remove outdated DynastAI documentation and test scripts
...
- Deleted the ATROPOS_INTEGRATION.md and INSTALL_AND_RUN.md files, which contained installation and usage instructions for DynastAI.
- Removed test script test_dynastai_env.py and installation verification script verify_install.py, as they are no longer needed.
2025-05-18 19:06:20 -07:00
ParsaIdp
71f6d48e87
Create optimizer_benchmark_environmenr.py
2025-05-18 18:14:10 -07:00
ParsaIdp
f9a444b6f2
Update optimizer_benchmark_env.py
2025-05-18 18:13:25 -07:00
Kirill Igumenshchev (aider)
f59aaba24a
feat: ask to generate 3 example jokes in dataset question prompt
2025-05-18 18:12:48 -07:00
Dylan Anderson
7e91a94a3e
Add wandb
2025-05-18 18:00:21 -07:00
arihanv
291dcd8351
add: env
2025-05-18 17:58:56 -07:00
Karthik-Ragunath
34e9784311
pushing jsonl files
2025-05-18 17:56:27 -07:00
Kirill Igumenshchev
41cf093415
feat: add HTML rendering for humor datasets
2025-05-18 17:55:59 -07:00