Update src/mlpack/methods/reinforcement_learning/environment/ftn.hpp

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
Nanubala Gnana Sai
2022-01-08 23:38:17 +05:30
committed by GitHub
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; }