simulation/decai/simulation/simulate_titanic_dt.py [64:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        DefaultCollaborativeTrainerModule,
        LoggingModule,
        StakeableImModule,
        TitanicDataModule,
    ])
    inj.get(Runner).run()

if __name__ == '__main__':
    # Play the game.
    inj = Injector([
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



simulation/decai/simulation/simulate_titanic_nb.py [66:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        DefaultCollaborativeTrainerModule,
        LoggingModule,
        StakeableImModule,
        TitanicDataModule,
    ])
    inj.get(Runner).run()

if __name__ == '__main__':
    # Play the game.
    inj = Injector([
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



