mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
added requirements.txt and updated README
This commit is contained in:
parent
eaaecb71f8
commit
bda3bb99be
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
environments/infinimath/requirements.txt
Normal file
1
environments/infinimath/requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
mathgenerator
|
||||
Loading…
Add table
Add a link
Reference in a new issue