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

Co-authored-by: favre49 <40389657+favre49@users.noreply.github.com>
This commit is contained in:
Nishant Kumar
2020-07-08 11:05:57 +05:30
committed by GitHub
co-authored by favre49
parent 94f8c081a9
commit ef9df85cf3
@@ -82,7 +82,7 @@ class DiscreteActionEnv
* @param * (state) The current state.
* @param * (action) The current action.
* @param * (nextState) The next state.
* @return It's of no use but so lets keep it 0.
* @return It's of no use so lets keep it 0.
*/
double Sample(const State& /* state */,
const Action& /* action */,