added requirements.txt and updated README

This commit is contained in:
Shannon Sands 2025-05-15 12:17:28 -07:00
parent eaaecb71f8
commit bda3bb99be
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,12 @@ This environment provides procedurally generated math problems with curriculum-b
## Usage
Before running the environment, ensure you have installed the necessary dependencies. Navigate to the `environments/infinimath/` directory and run:
```bash
pip install -r requirements.txt
```
To run the InfiniteMath environment for local testing of the curriculum advancement:
```bash

View file

@ -0,0 +1 @@
mathgenerator