Skip to content

Commit

Permalink
lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyAndres committed Dec 29, 2016
1 parent b8d6700 commit 7168c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/agent/Agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ void Agent<S, A>::train(
nextState,
reward,
this->_environment->getActuator()->getActionSet());
// TODO(jandres): If environment is known, allow actuator actions to be state dependent.
// TODO(jandres): If environment is known, allow actuator actions to be
// state dependent.
}

template<class S, class A>
Expand Down

0 comments on commit 7168c0a

Please sign in to comment.