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
Currently, many different types of actions are used and stored as (list of) dict in mqt.predictor.rl.helper. This is not ideal, because the typing of those methods gets quite chaotic and becomes less understandable.
An early try to implement this has been started in #71. Although that branch is rather outdated, the structure itself can most likely still be used.
The text was updated successfully, but these errors were encountered:
Currently, many different types of actions are used and stored as (
list
of)dict
inmqt.predictor.rl.helper
. This is not ideal, because the typing of those methods gets quite chaotic and becomes less understandable.An early try to implement this has been started in #71. Although that branch is rather outdated, the structure itself can most likely still be used.
The text was updated successfully, but these errors were encountered: