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

@@ -6,6 +6,8 @@ from .state import State
class Problem:
jitable: bool
def __init__(self, problem_config: ProblemConfig = ProblemConfig()):
self.config = problem_config