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

checkpoint file extension is .cptk, not .ckpt #3456

Closed
yosider opened this issue Feb 15, 2020 · 3 comments
Closed

checkpoint file extension is .cptk, not .ckpt #3456

yosider opened this issue Feb 15, 2020 · 3 comments
Assignees
Labels
bug Issue describes a potential bug in ml-agents.

Comments

@yosider
Copy link

yosider commented Feb 15, 2020

The extension of my checkpoint files are .cptk, not .ckpt.
Is this a typo at this line?

last_checkpoint = self.model_path + "/model-" + str(steps) + ".cptk"

@yosider yosider added the bug Issue describes a potential bug in ml-agents. label Feb 15, 2020
@harperj harperj self-assigned this Feb 18, 2020
@harperj
Copy link
Contributor

harperj commented Feb 18, 2020

Hi @yosider -- I think you're right that the checkpoints should be .ckpt. I'll bring this issue up with the team.

@harperj
Copy link
Contributor

harperj commented Feb 19, 2020

Thanks for the report @yosider. I've made the fix in #3470. Going to close this issue, but please let us know if you run into any more problems.

@harperj harperj closed this as completed Feb 19, 2020
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue describes a potential bug in ml-agents.
Projects
None yet
Development

No branches or pull requests

2 participants