lint, seed & size for figlet

This commit is contained in:
Andreas Koepf 2025-01-30 00:58:34 +01:00
parent 25505e3a75
commit fc775eda7e
6 changed files with 2406 additions and 2357 deletions

View file

@ -9,9 +9,9 @@ The goal is to generate virtually infinite data with adjustable complexity.
```
git clone https://github.com/open-thought/reasoning-gym.git
```
2. Create a virtual environment(Here we use conda)
2. Create a virtual environment (here we use conda)
```
conda create --name reasoning_gym python=3.12 -y
conda create --name reasoning_gym python=3.11 -y
conda activate reasoning_gym
```
3. Link project and install dependencies