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

Implements Time-based evaluations #367

Merged
merged 45 commits into from
Jan 8, 2019

Conversation

prabhatnagarajan
Copy link
Contributor

@prabhatnagarajan prabhatnagarajan commented Dec 10, 2018

This PR enables time-based evaluations in order to mirror deepmind's evaluation protocols more accurately. Previous versions of ChainerRL only supported episodic evaluations (i.e. evaluations spanning a certain number of episodes). However, this PR does not support Asynchronous time-based evaluations.

@prabhatnagarajan prabhatnagarajan changed the title [WIP] Implements Time-based evaluations Implements Time-based evaluations Dec 27, 2018
@muupan muupan self-requested a review December 28, 2018 00:33
@muupan muupan self-assigned this Dec 28, 2018
chainerrl/experiments/evaluator.py Outdated Show resolved Hide resolved
@muupan
Copy link
Member

muupan commented Jan 8, 2019

It looks good except for suggested changes.

@muupan
Copy link
Member

muupan commented Jan 8, 2019

Can you fix the autopep8 error of CI?

@muupan
Copy link
Member

muupan commented Jan 8, 2019

I think it's ok to merge. CI failures should be fixed by #378

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants