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

Implementation of allowed states in the game abstract class #9

Open
shev72 opened this issue Jun 18, 2016 · 0 comments
Open

Implementation of allowed states in the game abstract class #9

shev72 opened this issue Jun 18, 2016 · 0 comments

Comments

@shev72
Copy link

shev72 commented Jun 18, 2016

Currently all state transitions are allowed, it would be nice in the base class if we could override a method which allows us to return the set of allowed next states. Currently this must be learned by the algorithm by using the score. I have forked the code and may be able to propose an implementation, I think it is not too hard, I need to study the core training class to see how to implement this.

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

1 participant