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

What is Best_Method.p? #1

Open
montallban opened this issue Sep 23, 2020 · 4 comments
Open

What is Best_Method.p? #1

montallban opened this issue Sep 23, 2020 · 4 comments

Comments

@montallban
Copy link

See title text.

@tharmoth
Copy link
Owner

tharmoth commented Sep 23, 2020 via email

@tharmoth
Copy link
Owner

To be more specific it's a pickle file which is a way to save out and load in python data structures. In general its a easy way to save python data, but you shouldn't run pickles from code you don't trust as they could contain anything. If this was production code you would want to write code to serialize the data in a more safe way.

@montallban
Copy link
Author

Ha... That's interesting. So it contains what? The "optimal" parameters for solving the problem? This is my first time seeing it, entirely unfamiliar with it.

@tharmoth
Copy link
Owner

Its just the values in the q_table after I trained it for an hour or so. Looking at it i don't think it's possible to solve the problem significantly faster, but they're not optimal per se.

the output of training a Q Learning method would be the q table which is a model of what actions should be taken at various states.

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

No branches or pull requests

2 participants