コード例 #1
0
ファイル: hidden_agent.py プロジェクト: AndreaCensi/bvapps
    def init(self, boot_spec):
        ExpSwitcher.init(self, boot_spec)

        self.boot_spec = boot_spec
        self.stages = []
        self.current_stage = Stage(self.boot_spec)
コード例 #2
0
ファイル: hidden_agent.py プロジェクト: AndreaCensi/bvapps
    def init(self, boot_spec):
        ExpSwitcher.init(self, boot_spec)

        self.boot_spec = boot_spec
        self.stages = []
        self.current_stage = Stage(self.boot_spec)
コード例 #3
0
ファイル: hidden_agent.py プロジェクト: AndreaCensi/bvapps
 def __init__(self, max_t=10):
     ExpSwitcher.__init__(self, beta=1)
     self.max_t = max_t
コード例 #4
0
ファイル: hidden_agent.py プロジェクト: AndreaCensi/bvapps
 def __init__(self, max_t=10):
     ExpSwitcher.__init__(self, beta=1)
     self.max_t = max_t