ver Dec26th
evaluation metric checking result file according to rules
This commit is contained in:
8
desktop_env/evaluators/getters/misc.py
Normal file
8
desktop_env/evaluators/getters/misc.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import TypeVar
|
||||
|
||||
R = TypeVar("Rule")
|
||||
def get_rule(env, config: R) -> R:
|
||||
"""
|
||||
Returns the rule as-is.
|
||||
"""
|
||||
return config
|
||||
Reference in New Issue
Block a user