|
GEGELATI
|
Selection class that will do a selection with a Map Elites algorithm. More...
#include <mapElitesSelector.h>
Public Member Functions | |
| MapElitesSelector (std::shared_ptr< TPG::TPGGraph > graph, const Learn::LearningParameters ¶ms) | |
| Constructor for Selector. | |
| virtual std::shared_ptr< const MapElitesArchive > | getMapElitesArchiveAt (std::shared_ptr< const MapElitesDescriptor > descriptor) |
| Get the archive corresponding to a given descriptor. | |
| virtual const std::map< std::shared_ptr< const MapElitesDescriptor >, std::shared_ptr< MapElitesArchive > > & | getMapElitesArchives () |
| Get all the map elites archives. | |
| virtual std::shared_ptr< SelectionMetrics > | createSelectionMetrics () override |
| virtual std::shared_ptr< const MapElitesArchive > | addArchiveFromDescriptor (size_t nbBins, std::shared_ptr< const MapElitesDescriptor > descriptor, Learn::LearningEnvironment &le) |
| Add an archive for a given descriptor. | |
| virtual std::shared_ptr< const MapElitesArchive > | addCvtArchiveFromDescriptor (size_t nbCentroids, std::shared_ptr< const MapElitesDescriptor > descriptor, Learn::LearningEnvironment &le, Mutator::RNG &rng, size_t nbIterationInit=300, size_t nbDotsInit=1000, double a1=0.5, double b1=0.5, double a2=0.5, double b2=0.5) |
| Add a CVT archive for a given descriptor. | |
| virtual void | doSelection (std::multimap< std::shared_ptr< Learn::EvaluationResult >, const TPG::TPGVertex * > &results, Mutator::RNG &rng) override |
| override of doSelection method | |
| virtual const SelectionContext & | updateContext () override |
| Specialization of updateContext for MapElites purposes. | |
Public Member Functions inherited from Selector::Selector | |
| Selector (std::shared_ptr< TPG::TPGGraph > graph, const Learn::LearningParameters ¶ms) | |
| Constructor for Selector. | |
| virtual void | launchSelection (std::multimap< std::shared_ptr< Learn::EvaluationResult >, const TPG::TPGVertex * > &results, Mutator::RNG &rng) |
| This method execute the doSelection method. | |
| virtual void | keepBestPolicy () |
| This method keeps only the bes tRoot policy in the TPGGraph. | |
| virtual void | updateEvaluationRecords (const std::multimap< std::shared_ptr< Learn::EvaluationResult >, const TPG::TPGVertex * > &results) |
| Update the bestRoot and resultsPerRoot attributes. | |
| virtual void | updateResultsPerRoot (const std::multimap< std::shared_ptr< Learn::EvaluationResult >, const TPG::TPGVertex * > &results) |
| Update the resultsPerRoot. | |
| virtual void | updateBestRoot (const std::multimap< std::shared_ptr< Learn::EvaluationResult >, const TPG::TPGVertex * > &results) |
| Update the bestRoot attribute. | |
| virtual const std::pair< const TPG::TPGVertex *, std::shared_ptr< Learn::EvaluationResult > > & | getBestRoot () const |
| Get the best root TPG::Vertex encountered since the last init. | |
| virtual std::shared_ptr< TPG::TPGGraph > | getGraph () |
| Getter for the TPGGraph built by the LearningAgent. | |
| virtual void | forgetPreviousResults () |
| This method resets the previous registered scores per root. | |
| virtual const std::map< const TPG::TPGVertex *, std::shared_ptr< Learn::EvaluationResult > > & | getResultsPerRoot () const |
| Return the resultsPerRoot map. | |
| virtual void | updateAfterPopulate () |
| Method to call at the end of TPGMutator::populateTPG. | |
Protected Attributes | |
| std::map< std::shared_ptr< const MapElitesDescriptor >, std::shared_ptr< MapElitesArchive > > | mapEliteArchives |
| Map of descriptor to their corresponding archive. | |
Protected Attributes inherited from Selector::Selector | |
| std::shared_ptr< TPG::TPGGraph > | graph |
| TPGGraph on which the TPGVertex can be selected or deleted. | |
| const Learn::LearningParameters & | params |
| Parameters for the selection. | |
| std::pair< const TPG::TPGVertex *, std::shared_ptr< Learn::EvaluationResult > > | bestRoot {nullptr, nullptr} |
| std::map< const TPG::TPGVertex *, std::shared_ptr< Learn::EvaluationResult > > | resultsPerRoot |
| Map associating root TPG::TPGVertex to their EvaluationResult. | |
| SelectionContext | context |
| context used by the TPGMutator to populate the TPGGraph. | |
Selection class that will do a selection with a Map Elites algorithm.
The different archives are stored in the mapEliteArchives attribute, each archive corresponding to a descriptor.
|
inline |
|
virtual |
Add an archive for a given descriptor.
| [in] | nbBins | the number of bins for the archive. |
| [in] | descriptor | the descriptor to add an archive for. |
| [in] | le | the learning environment used to get size and ranges. |
|
virtual |
Add a CVT archive for a given descriptor.
| [in] | nbCentroids | the number of centroids for the CVT archive. |
| [in] | descriptor | the descriptor to add an archive for. |
| [in] | le | the learning environment used to get size and ranges. |
| [in] | rng | the random number generator used for the CVT initialization. |
| [in] | nbIterationInit | number of iterations for the CVT initialization. |
| [in] | nbDotsInit | number of dots for the CVT initialization. |
| [in] | a1 | CVT default parameter. |
| [in] | b1 | CVT default parameter. |
| [in] | a2 | CVT default parameter. |
| [in] | b2 | CVT default parameter. |
|
overridevirtual |
Specialization of createSelectionMetrics
Creates and return an instance of MapElitesSelectionMetrics
Reimplemented from Selector::Selector.
|
overridevirtual |
override of doSelection method
| [in,out] | results | a multimap containing root TPGVertex associated to their score during an evaluation. |
| [in] | rng | Random Number Generator used in the mutation process. |
Reimplemented from Selector::Selector.
|
virtual |
Get the archive corresponding to a given descriptor.
| [in] | descriptor | the descriptor to get the archive for. |
Copyright or © or Copr. IETR/INSA - Rennes (2025) :
Quentin Vacher qvach.nosp@m.er@i.nosp@m.nsa-r.nosp@m.enne.nosp@m.s.fr (2025)
GEGELATI is an open-source reinforcement learning framework for training artificial intelligence based on Tangled Program Graphs (TPGs).
This software is governed by the CeCILL-C license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info".
As a counterpart to the access to the source code and rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software's author, the holder of the economic rights, and the successive licensors have only limited liability.
In this respect, the user's attention is drawn to the risks associated with loading, using, modifying and/or developing or reproducing the software by the user in light of its specific status of free software, that may mean that it is complicated to manipulate, and that also therefore means that it is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the software's suitability as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions as regards security.
The fact that you are presently reading this means that you have had knowledge of the CeCILL-C license and that you accept its terms.
|
overridevirtual |
Specialization of updateContext for MapElites purposes.
Reimplemented from Selector::Selector.