tutorials.examples.train_chip_design¶
Attributes¶
Classes¶
Base class for state preprocessors. |
Functions¶
|
Module Contents¶
- class tutorials.examples.train_chip_design.ChipDesignPreprocessor(env, embedding_dim=64)¶
Bases:
gfn.preprocessors.PreprocessorBase class for state preprocessors.
Preprocessors transform raw state tensors into formats suitable for neural network inputs. They handle the conversion from environment-specific state representations to standardized tensor formats that can be processed by neural networks.
- output_dim¶
The dimensionality of the preprocessed output tensor, which is compatible with the neural network that will be used. If None, the output dimension will not be checked.
- embedding¶
- embedding_dim = 64¶
- n_macros¶
- tutorials.examples.train_chip_design.main(args)¶
- tutorials.examples.train_chip_design.parser¶