mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-30 17:40:36 +00:00
Add reasoning gym env
This commit is contained in:
parent
26c0a39555
commit
79188d8d6a
5 changed files with 1537 additions and 0 deletions
13
environments/reasoning_gym_environment/requirements.txt
Normal file
13
environments/reasoning_gym_environment/requirements.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
numpy>=1.21.0
|
||||
sympy>=1.9.0
|
||||
matplotlib>=3.5.0
|
||||
pillow>=8.3.0
|
||||
|
||||
tqdm>=4.62.0
|
||||
asyncio-throttle>=1.0.0
|
||||
|
||||
jsonlines>=2.0.0
|
||||
|
||||
colorlog>=6.0.0
|
||||
|
||||
# Python version requirement (reasoning-gym requires Python >= 3.10)
|
||||
Loading…
Add table
Add a link
Reference in a new issue