Spaces:
Running
Running
Commit
·
eea50e2
1
Parent(s):
d0e494a
updating readme
Browse files
README.md
CHANGED
@@ -79,9 +79,9 @@ To add a new metric:
|
|
79 |
}
|
80 |
```
|
81 |
|
82 |
-
### Adding New
|
83 |
|
84 |
-
To add new
|
85 |
|
86 |
1. Update `model_categories` in `src/utils/config.py`:
|
87 |
```python
|
|
|
79 |
}
|
80 |
```
|
81 |
|
82 |
+
### Adding New Agent Types
|
83 |
|
84 |
+
To add new agent types:
|
85 |
|
86 |
1. Update `model_categories` in `src/utils/config.py`:
|
87 |
```python
|