add args record_episode in rl tasks, with related test "test_record_episode.ipynb";

add args return_data in func_fit tasks.
This commit is contained in:
wls2002
2024-05-30 17:05:56 +08:00
parent 20320105e6
commit cd92f411dc
8 changed files with 512 additions and 22 deletions

View File

@@ -4,8 +4,6 @@ from .func_fit import FuncFit
class XOR(FuncFit):
def __init__(self, error_method: str = "mse"):
super().__init__(error_method)
@property
def inputs(self):