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

FEAT : Inital State Distribution #4

Open
GersiD opened this issue Jul 5, 2024 · 0 comments
Open

FEAT : Inital State Distribution #4

GersiD opened this issue Jul 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@GersiD
Copy link
Collaborator

GersiD commented Jul 5, 2024

Add support for a user parameterized inital state distribution via a simplex parameter passed to either Tabular MDPs, Int MDPs, or the MDP interface.

This simplex could either be represented as

  1. A function that takes a state and returns the probability of starting in that state.
  2. A vector of size S which satisfies simplex constraints, equivalently mapping states to probabilities.
@GersiD GersiD added the enhancement New feature or request label Jul 5, 2024
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