Esempio n. 1
0
 def load(self, fp):
     '''
     Loads weights from a given file.
     Has to be called on a fitting agent, that was created with the same hyperparameters.
     '''
     raise NotImplementedError()
Esempio n. 2
0
 def update(self, agents, step):
     '''
     Updates the Agent according to its implementation, i.e. performs (a) learning step.
     :return: Q_loss, Policy_loss
     '''
     raise NotImplementedError()
Esempio n. 3
0
 def save(self, fp):
     '''
     Saves the Agent to the specified directory.
     :return:
     '''
     raise NotImplementedError()
Esempio n. 4
0
 def replace(self, resource, filter, doc):
     raise NotImplementedError()
Esempio n. 5
0
 def get_args(self):
     raise NotImplementedError()
Esempio n. 6
0
 def etag(self, doc):
     raise NotImplementedError()
Esempio n. 7
0
 def create(self, resource, docs):
     raise NotImplementedError()
Esempio n. 8
0
 def __init__(self):
     raise NotImplementedError("Do not create raw armor objects")          
Esempio n. 9
0
 def open_edit(self) -> None:
     raise NotImplementedError(
         'Functionality to open editor for "{}" not implemented'.format(
             str(self)))
Esempio n. 10
0
 def __init__(self):
     raise NotImplementedError("Do not create raw consumables objects.")
Esempio n. 11
0
 def __init__(self):
     raise NotImplementedError("Do not create raw weapons objects")
Esempio n. 12
0
 def online(self):
     raise NotImplementedError()
Esempio n. 13
0
 def price(self):
     raise NotImplementedError()
Esempio n. 14
0
 def do_afterpayment_logic(self, *args, **kwargs):
     """
     Logic which should be done after Payment is paid
     """
     raise NotImplementedError()
Esempio n. 15
0
    def initial_date(self, advent_year):

        raise NotImplementedError()
Esempio n. 16
0
 def get_local_file(self) -> pathlib.Path:
     raise NotImplementedError(
         'Functionality to open editor for "{}" not implemented'.format(
             str(self)))
Esempio n. 17
0
File: var.py Progetto: peper0/sdupy
 def _notify(self):
     raise NotImplementedError()
Esempio n. 18
0
 def line_annotation(self, annotation_line):
     """
         Method returning annotations for the given line
         in the order from new_columns parameter.
     """
     raise NotImplementedError()
Esempio n. 19
0
 def find(self, resource, filter, projection, options):
     raise NotImplementedError()
Esempio n. 20
0
 def build_variant(self, annotation_line):
     raise NotImplementedError()
Esempio n. 21
0
 def update(self, resource, filter, doc):
     raise NotImplementedError()
Esempio n. 22
0
 def do_annotate(self, aline, variant, liftover_variants):
     raise NotImplementedError()
Esempio n. 23
0
 def delete(self, resource, filter):
     raise NotImplementedError()
Esempio n. 24
0
 def pay(self):
     raise NotImplementedError()