1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-20 00:35:56 +01:00

Create a dataset using an agent (#306)

Generate a dataset using an agent (allowing to select between this and a random dataset)
This commit is contained in:
Gal Leibovich
2019-05-28 09:34:49 +03:00
committed by GitHub
parent 342b7184bc
commit 9e9c4fd332
26 changed files with 351 additions and 111 deletions

View File

@@ -20,7 +20,7 @@ from rl_coach.core_types import Episode
class WeightedImportanceSampling(object):
# TODO rename and add PDIS
# TODO add PDIS
@staticmethod
def evaluate(evaluation_dataset_as_episodes: List[Episode]) -> float:
"""