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

Reducers aren't implemented #2

Open
nickrsan opened this issue Apr 3, 2019 · 0 comments
Open

Reducers aren't implemented #2

nickrsan opened this issue Apr 3, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nickrsan
Copy link
Owner

nickrsan commented Apr 3, 2019

Reducers have a skeleton, but aren't actually implemented yet and have no point that they are automatically called if provided.

Every other spot in the code that utilizes state variables does take into account multiple state variables, and in fact, you can still run a multi-state problem, so long as all states represent a choice rather than an external uncertainty, because each state can use an availability_function to dictate which options remain at each stage.

When some states are externally driven and uncertain (eg, stochastic dynamic programs), then a reducer may be necessary, so it would be good to implement them.

@nickrsan nickrsan added the enhancement New feature or request label Apr 3, 2019
@nickrsan nickrsan self-assigned this Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant