add more rl task in examples

This commit is contained in:
wls2002
2023-08-09 18:01:21 +08:00
parent af54db3b12
commit 3b6fe7eadc
18 changed files with 431 additions and 12 deletions

View File

@@ -17,6 +17,8 @@ class FuncFitConfig(ProblemConfig):
class FuncFit(Problem):
jitable = True
def __init__(self, config: FuncFitConfig = FuncFitConfig()):
self.config = config
super().__init__(config)