dgs.models.alpha

Modules for predicting the values of the alpha gates given State s as input.

Module Functions

get_alpha_module(name)

Given the name of one alpha module, return an instance.

register_alpha_module(name, new_combine)

Register a new alpha module in :data:ALPHA_MODULES, to be able to use it from configuration files.

Modules

alpha

Base class for modules that predict alpha values given a State.

combined

An alpha module combining other alpha modules.

fully_connected

A class for alpha modules with one or multiple fully connected layers.