Update src/mlpack/methods/reinforcement_learning/environment/ftn.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
co-authored by
Marcus Edel
parent
a204868a2a
commit
f3c6fcd8a1
@@ -53,7 +53,7 @@ class FruitTreeNavigation
|
||||
* @param data Data for the zero based index of the current node.
|
||||
*/
|
||||
State(const arma::colvec& data) : data(data)
|
||||
{ /* nothing to do here */ }
|
||||
{ /* Nothing to do here. */ }
|
||||
|
||||
//! Modify the state representation.
|
||||
arma::vec& Data() { return data; }
|
||||
|
||||
Reference in New Issue
Block a user