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

dump json parameters with each run #44

Merged
merged 7 commits into from
Oct 5, 2015
Merged

dump json parameters with each run #44

merged 7 commits into from
Oct 5, 2015

Conversation

omnivert
Copy link

Because of json's structure it doesn't support serialization of anything other than "primitives" (so to speak - no such thing in python), necessitating conversion of the params object to a list containing only the serializable params, hence the weird list comprehension on line 120-122 of ale_agent.py.

…oseconds, helpful for distinguishing between parallel runs on the same filesystem. Also removed any export directory components associated with parameters now that there is a comprehensive params.json file dumped with each run.
Need to include minor bug fix to bring performance up to par with nature paper
@spragunr
Copy link
Owner

spragunr commented Oct 4, 2015

It looks like the code for saving the network is commented out. Please put it back and I will merge.

spragunr added a commit that referenced this pull request Oct 5, 2015
dump json parameters with each run
@spragunr spragunr merged commit 9a6b611 into spragunr:dev Oct 5, 2015
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.

2 participants