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 JSRL like training strategy #1

Open
masus04 opened this issue Aug 20, 2022 · 0 comments
Open

Implement JSRL like training strategy #1

masus04 opened this issue Aug 20, 2022 · 0 comments

Comments

@masus04
Copy link
Owner

masus04 commented Aug 20, 2022

This approach intends to make use of a prior strategy in order to unroll the game up to a certain point in time t, then let the exploration strategy being trained take over. t is then gradually reduced as the exploration strategy improves.

In order to generate game_state(t)s, we intend to perform the following steps:

  • Choose a prior strategy that can be configured to play deterministic or non-deterministic
  • Play the non-deterministic version of prior strategy either against itself or a deterministic version of itself up to time t
  • Determine which player is favoured according to the deterministic prior strategy
  • Play the exploration strategy against the deterministic prior strategy, playing as the favoured player in order to guarantee it has a chance of winning.

Blog post: https://ai.googleblog.com/2022/04/efficiently-initializing-reinforcement.html?m=1

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