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:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user