mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
feat: Add CaesarCipherDataset to README algorithmic tasks section
This commit is contained in:
parent
6cad3803b8
commit
06793ffbe0
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
#### Algorithmic Tasks
|
||||
|
||||
- `BaseConversionDataset`: Convert numbers between different bases (binary, hex, etc.)
|
||||
- `CaesarCipherDataset`: Encrypt/decrypt text using Caesar cipher with configurable rotation
|
||||
- `LetterCountingDataset`: Count letter occurrences in text spans
|
||||
- `NumberFilteringDataset`: Filter numbers based on comparison with threshold
|
||||
- `NumberSortingDataset`: Sort lists of numbers in ascending or descending order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue