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
Right now, each workspace has to carry an actions vector, which might not even be used depending on what strategy_cache is used (GivenStrategyCache). If strategy_cache carries the actions vector, we can prevent this. Furthermore, we already dispatch state_action_bellman depending on the strategy_cache type and could possible make it more generic, such that it is shared among all model types and state_bellman is the workspace dependent function.
The text was updated successfully, but these errors were encountered:
Zinoex
changed the title
Redistribution responsibilities between workspace and strategy cache
Redistribute responsibilities between workspace and strategy cache
Oct 21, 2024
Right now, each workspace has to carry an
actions
vector, which might not even be used depending on whatstrategy_cache
is used (GivenStrategyCache
). Ifstrategy_cache
carries theactions
vector, we can prevent this. Furthermore, we already dispatchstate_action_bellman
depending on thestrategy_cache
type and could possible make it more generic, such that it is shared among all model types andstate_bellman
is the workspace dependent function.The text was updated successfully, but these errors were encountered: