Skip to content

Commit

Permalink
(Doc) Comment template files for connecting generated code with a Lea…
Browse files Browse the repository at this point in the history
…rningEnvironment.
  • Loading branch information
kdesnos committed Sep 8, 2021
1 parent fc40dcf commit ab8b6b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/codeGen/TemplateAdversarialLE.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* This file is a template that can be filled to connect C code generated with
* the code generation feature from Gegelati with an
* AdversarialLearningEnvironment AND (optionally) to compare its behaviour
* with the TPG from Gegelati, imported from its dot format.
*
* To use this template, the following changes should be made, carefully read
* and replace all comments in this file.
*/

#include <iostream>

extern "C" {
Expand Down
10 changes: 10 additions & 0 deletions doc/codeGen/TemplateLearningEnvironment.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* This file is a template that can be filled to connect C code generated with
* the code generation feature from Gegelati with a LearningEnvironment AND
* (optionally) to compare its behaviour with the TPG from Gegelati, imported
* from its dot format.
*
* To use this template, the following changes should be made, carefully read
* and replace all comments in this file.
*/

#include <iostream>

extern "C" {
Expand Down

0 comments on commit ab8b6b9

Please sign in to comment.