Initialize evaluation protocols and examples; Implement one kind of eval; Update requirements
This commit is contained in:
5
desktop_env/evaluators/__init__.py
Normal file
5
desktop_env/evaluators/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .table import compare_table
|
||||
|
||||
eval_funcs = {
|
||||
"compare_table(expected, actual)": compare_table
|
||||
}
|
||||
Reference in New Issue
Block a user