19 #ifndef JSON_GOAL_TENSION_H
20 #define JSON_GOAL_TENSION_H
33 #include <json/value.h>
50 std::string resourcePath =
"");
62 virtual array_2D scaleNodeActions (Json::Value actions);
70 array_2D feedbackWeights;
73 #endif // SPINE_FEEDBACK_CONTROL_H
A controller for the template class BaseSpineModelLearning.
virtual void onTeardown(BaseSpineModelLearning &subject)
virtual void setupFeedbackWeights(array_2D nodeVals)
A controller for the template class BaseSpineModelLearning.
virtual std::vector< double > getGoalFeedback(const BaseSpineModelGoal *subject)
JSONGoalTension(JSONGoalControl::Config config, std::string args, std::string resourcePath="")
virtual void onSetup(BaseSpineModelLearning &subject)
virtual void onStep(BaseSpineModelLearning &subject, double dt)