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

question about trained models #39

Open
enochkan opened this issue Nov 21, 2020 · 1 comment
Open

question about trained models #39

enochkan opened this issue Nov 21, 2020 · 1 comment

Comments

@enochkan
Copy link

Just want to clarify that there is only one saved model per environment and it will be overwritten each training epoch, right? For example, MsPacman will only have one saved model trained_models/MsPacman-v0.dat

@dgriff777
Copy link
Owner

There are no training epochs as the data the model is training on is constantly changing and dependent on actions the model takes.

The model is setup to save during training when the Test Agent process completes a game and achieves a new high score or matches high score it has achieved on game.

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