Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
akalai 44c09e76ac Started adding tags 2021-12-24 00:03:51 -05:00
akalai 013bacf584 Added skip_example feature. This enables per-instance multipliers and also so we do not *have* to test the example. Also updated readme format 2021-10-29 09:40:17 -04:00
akalai 36798589d0 397 puzzles. Simplified generation process 2021-10-18 16:58:10 -04:00
akalai 54f6d97050 401 probs, finished human_eval puzzles, added sudoku and simplified format 2021-10-16 22:26:19 -04:00
akalai 632b1c6956 Added codex solutions to the README.md
Made some puzzles harder
Merged game_theory.py and games.py
Added taint_date, the date at which a puzzle was added to the repo. AI systems trained after that date may have seen the puzzle and its solution.
2021-09-24 16:41:14 -04:00
akalai ec68ca5107 Added taint_date, the date at which a puzzle was added to the repo. AI systems trained after that date may have seen the puzzle and its solution. 2021-09-21 23:32:44 -04:00
akalai 9800ce6771 Several changes
Dropped default number of puzzles to 10
Simplified to a single puzzles.json outfile (removed ProblemSet class)
Renamed codex.py to human_eval.py
Added many human_eval puzzles
Renamed class Problem to PuzzleGenerator
Removed ability to make puzzles with Set solutions
All puzzles now have bool, float, int, str, or List[...] type sols
2021-09-15 18:19:26 -04:00