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

The dynamics for Toy text environments #1043

Open
FarnazAdib opened this issue May 3, 2024 · 3 comments
Open

The dynamics for Toy text environments #1043

FarnazAdib opened this issue May 3, 2024 · 3 comments
Labels
question Further information is requested

Comments

@FarnazAdib
Copy link

Question

How can one access to the transition probability model for the toy text environments, i.e. P[s^{prime}| s, a]. In gym, we could access via env.P.

@FarnazAdib FarnazAdib added the question Further information is requested label May 3, 2024
@Kallinteris-Andreas
Copy link
Collaborator

env.unwrapped.P

@FarnazAdib
Copy link
Author

Thanks but it is not defined for the blackjack environment. I checked other environments. All others work fine.
AttributeError: 'BlackjackEnv' object has no attribute 'P'

@pseudo-rnd-thoughts
Copy link
Member

The probability of a card being drawn is constant as it draws from an "infinite desk" therefore it doesn't contain a P table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants