AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.sdk.simulate Namespace Reference

Functions

dict[str, Any] run (**Any kwargs)
dict[str, Any] list_runs (**Any kwargs)
dict[str, Any] replay (str run_id, **Any kwargs)
dict[str, Any] compare (str run_id_a, str run_id_b, **Any kwargs)

Function Documentation

◆ compare()

dict[str, Any] compare ( str run_id_a,
str run_id_b,
**Any kwargs )

Definition at line 33 of file simulate.py.

◆ list_runs()

dict[str, Any] list_runs ( **Any kwargs)

Definition at line 24 of file simulate.py.

◆ replay()

dict[str, Any] replay ( str run_id,
**Any kwargs )

Definition at line 28 of file simulate.py.

◆ run()

dict[str, Any] run ( **Any kwargs)
Run a training simulation for the loaded model.

Definition at line 19 of file simulate.py.