Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redistribute responsibilities between workspace and strategy cache #70

Open
Zinoex opened this issue Oct 20, 2024 · 0 comments
Open

Redistribute responsibilities between workspace and strategy cache #70

Zinoex opened this issue Oct 20, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Zinoex
Copy link
Owner

Zinoex commented Oct 20, 2024

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.

@Zinoex Zinoex changed the title Redistribution responsibilities between workspace and strategy cache Redistribute responsibilities between workspace and strategy cache Oct 21, 2024
@Zinoex Zinoex added the good first issue Good for newcomers label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant