Skip to content

Reuse optimizer throughout training session - #246

Merged
adamantivm merged 4 commits into
jonbinney:mainfrom
adamantivm:dq/az-more-debug-and-fix
Jul 7, 2025
Merged

Reuse optimizer throughout training session#246
adamantivm merged 4 commits into
jonbinney:mainfrom
adamantivm:dq/az-more-debug-and-fix

Conversation

@adamantivm

Copy link
Copy Markdown
Collaborator

As pointed out by @muralx

@adamantivm
adamantivm requested a review from jonbinney July 7, 2025 14:18
@jonbinney

Copy link
Copy Markdown
Owner

I've been meaning to ask about this earlier but forgot. each time we train we've added new episodes to the replay buffer. This means that the policy distribution that the training is trying to learn is different than last time. Doesn't that mean any internal optimizer state should be invalid?

Comment thread deep_quoridor/src/agents/alphazero/alphazero.py
Comment thread deep_quoridor/src/agents/alphazero/nn_evaluator.py Outdated
@adamantivm
adamantivm merged commit 4251e09 into jonbinney:main Jul 7, 2025
@adamantivm
adamantivm deleted the dq/az-more-debug-and-fix branch July 7, 2025 18:47
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

Successfully merging this pull request may close these issues.

3 participants