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

Implement the dynamics model #2

Open
radiachkik opened this issue Feb 2, 2020 · 0 comments
Open

Implement the dynamics model #2

radiachkik opened this issue Feb 2, 2020 · 0 comments
Assignees
Labels
core Part of the core functionality

Comments

@radiachkik
Copy link
Owner

The dynamics model is used to representate the dynamics of the environment. It is used for the tree search, because it returns the next hidden state and immeditate reward for a given state-action pair (s, a). That means that in f.e. atari games, it tries to learn the dynamics of the game and in chess f.e. it learns the rules and also the opponent's style of play.

@radiachkik radiachkik added the core Part of the core functionality label Feb 2, 2020
@radiachkik radiachkik self-assigned this Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Part of the core functionality
Projects
None yet
Development

No branches or pull requests

1 participant