mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
feat: Add more 4-legged and 6-legged animals to ANIMALS dictionary
This commit is contained in:
parent
6184941d6c
commit
8f3a52350c
1 changed files with 16 additions and 0 deletions
|
|
@ -26,6 +26,22 @@ ANIMALS = {
|
|||
"leech": 0,
|
||||
# Animals with 5 legs
|
||||
"starfish": 5,
|
||||
# Animals with 6 legs
|
||||
"beetle": 6,
|
||||
"bee": 6,
|
||||
"wasp": 6,
|
||||
"grasshopper": 6,
|
||||
"cricket": 6,
|
||||
"cockroach": 6,
|
||||
"praying mantis": 6,
|
||||
"firefly": 6,
|
||||
# Animals with 4 legs
|
||||
"lion": 4,
|
||||
"elephant": 4,
|
||||
"giraffe": 4,
|
||||
"tiger": 4,
|
||||
"deer": 4,
|
||||
"sheep": 4,
|
||||
# Animals with 10 legs
|
||||
"crab": 10,
|
||||
"lobster": 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue