You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When conducting experiments with long simulation runs, it's helpful to be able to save run results to file, then pull them back up to re-plot alongside other simulation results.
Describe the solution you'd like
Possible approach: pickleSimStats or convert each bandit's run stats to a pandas DataFrame and store it in Feather format.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When conducting experiments with long simulation runs, it's helpful to be able to save run results to file, then pull them back up to re-plot alongside other simulation results.
Describe the solution you'd like
Possible approach: pickle
SimStats
or convert each bandit's run stats to a pandasDataFrame
and store it in Feather format.The text was updated successfully, but these errors were encountered: