Class AbstractEnvNaturalModel

    • Constructor Detail

      • AbstractEnvNaturalModel

        public AbstractEnvNaturalModel​(LevelIdentifier levelIdentifier)
        Creates a bare instance of a natural action model, using a specific level identifier.
        Parameters:
        levelIdentifier - The identifier of the level for which this natural action model is defined.
    • Method Detail

      • getLevel

        public LevelIdentifier getLevel()
        Gets the level from which the natural action is made.
        Specified by:
        getLevel in interface IEnvNaturalModel
        Returns:
        The level from which the natural action is made.