NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
JSONGoalTension Class Reference

#include <JSONGoalTension.h>

Inheritance diagram for JSONGoalTension:
Collaboration diagram for JSONGoalTension:

Public Member Functions

 JSONGoalTension (JSONGoalControl::Config config, std::string args, std::string resourcePath="")
 
virtual void onSetup (BaseSpineModelLearning &subject)
 
virtual void onStep (BaseSpineModelLearning &subject, double dt)
 
virtual void onTeardown (BaseSpineModelLearning &subject)
 
const double getCPGValue (std::size_t i) const
 
double getScore () const
 
virtual void onAttach (BaseSpineModelLearning &subject)
 
void attach (tgObserver< JSONCPGControl > *pObserver)
 
void notifyStep (double dt)
 
void notifySetup ()
 
void notifyTeardown ()
 

Protected Member Functions

virtual array_2D scaleNodeActions (Json::Value actions)
 
virtual std::vector< double > getGoalFeedback (const BaseSpineModelGoal *subject)
 
virtual std::vector< double > getFeedback (BaseSpineModelLearning &subject)
 
virtual void setupFeedbackWeights (array_2D nodeVals)
 
virtual void setupCPGs (BaseSpineModelLearning &subject, array_2D nodeActions, array_4D edgeActions)
 
std::vector< double > getCableState (const tgSpringCableActuator &cable)
 
void transformFeedbackActions (std::vector< double > &actions)
 
double calculateDistanceMoved (const BaseSpineModelGoal *subject) const
 
virtual array_4D scaleEdgeActions (Json::Value edgeParam)
 

Protected Attributes

array_2D feedbackWeights
 
JSONGoalControl::Config m_config
 
neuralNetwork * nn
 
neuralNetwork * nn_goal
 
CPGEquationsm_pCPGSys
 
std::vector
< tgCPGActuatorControl * > 
m_allControllers
 
std::vector< double > initConditions
 
std::size_t segments
 
tgDataObserver m_dataObserver
 
double m_updateTime
 
std::vector< double > scores
 
bool bogus
 
std::string controlFilename
 
std::string controlFilePath
 

Detailed Description

JSONGoalTension learns the parameters for a CPG system on a spine like tensegrity structure specified as a BaseSpineModelLearning. Parameters are generated by AnnealEvolution and used in the CPGEquations family of classes. tgImpedanceController controllers are used for the detailed muscle control. Due to the number of parameters, the learned parameters are split into one config file for the nodes and another for the CPG's "edges"

Definition at line 44 of file JSONGoalTension.h.

Constructor & Destructor Documentation

JSONGoalTension::JSONGoalTension ( JSONGoalControl::Config  config,
std::string  args,
std::string  resourcePath = "" 
)

Defining the adapters here assumes the controller is around and attached for the lifecycle of the learning runs. I.E. that the setup and teardown functions are used for tgModel

Definition at line 65 of file JSONGoalTension.cpp.

Member Function Documentation

void tgSubject< JSONCPGControl >::attach ( tgObserver< JSONCPGControl > *  pObserver)
inherited

Attach an observer to the subject of the observer.

Parameters
[in,out]pObservera pointer to an observer for the subject; do nothing if the pointer is NULL
std::vector< double > JSONGoalTension::getGoalFeedback ( const BaseSpineModelGoal subject)
protectedvirtual

should this be configurable?

Reimplemented in OctahedralTensionControl.

Definition at line 328 of file JSONGoalTension.cpp.

Here is the caller graph for this function:

void tgSubject< JSONCPGControl >::notifySetup ( )
inherited

Call tgObserver<T>::onSetup() on all observers in the order in which they were attached.

void tgSubject< JSONCPGControl >::notifyStep ( double  dt)
inherited

Call tgObserver<T>::onStep() on all observers in the order in which they were attached.

Parameters
[in]dtthe number of seconds since the previous call; do nothing if not positive
void tgSubject< JSONCPGControl >::notifyTeardown ( )
inherited

Call tgObserver<T>::onTeardown() on all observers in the order in which they were attached.

virtual void tgObserver< BaseSpineModelLearning >::onAttach ( BaseSpineModelLearning subject)
inlinevirtualinherited

Notify the observers when an attach action has occurred. Will only occur once, typically before setup

Parameters
[in,out]subjectthe subject being observed

Definition at line 55 of file tgObserver.h.

void JSONGoalTension::onSetup ( BaseSpineModelLearning subject)
virtual

Notify the observers when a setup action has occurred.

Parameters
[in,out]subjectthe subject being observed

Reimplemented from JSONGoalControl.

Reimplemented in OctahedralTensionControl.

Definition at line 78 of file JSONGoalTension.cpp.

void JSONGoalTension::onStep ( BaseSpineModelLearning subject,
double  dt 
)
virtual

Notify the observers when a step action has occurred.

Parameters
[in,out]subjectthe subject being observed
[in]thenumber of seconds since the previous call; must be positive
Todo:
add to config
Todo:
if bogus, stop trial (reset simulation)
Todo:
add to config
Todo:
if bogus, stop trial (reset simulation)
Todo:
add to config
Todo:
if bogus, stop trial (reset simulation)

Reimplemented from JSONGoalControl.

Reimplemented in OctahedralTensionControl.

Definition at line 143 of file JSONGoalTension.cpp.

void JSONGoalTension::onTeardown ( BaseSpineModelLearning subject)
virtual

Notify the observers when a teardown action has occurred.

Parameters
[in,out]subjectthe subject being observed
Todo:
  • consolidate with other controller classes.
Todo:
  • return length scale as a parameter
Todo:
  • consolidate with other controller classes.
Todo:
  • return length scale as a parameter
Todo:
  • consolidate with other controller classes.
Todo:
  • return length scale as a parameter

Reimplemented from JSONGoalControl.

Reimplemented in OctahedralTensionControl.

Definition at line 191 of file JSONGoalTension.cpp.

array_4D JSONCPGControl::scaleEdgeActions ( Json::Value  edgeParam)
protectedvirtualinherited

Takes a vector of parameters reported by learning, and then converts it into a format used to assign to the CPGEdges Note that if the CPG edges change, this will need to change

Todo:
consider adding exception here

Reimplemented in JSONQuadFeedbackControl.

Definition at line 390 of file JSONCPGControl.cpp.

void JSONGoalTension::setupFeedbackWeights ( array_2D  nodeVals)
protectedvirtual
Todo:
update so this is a config param

Definition at line 427 of file JSONGoalTension.cpp.

Here is the caller graph for this function:

Member Data Documentation

neuralNetwork* JSONGoalControl::nn
protectedinherited
Todo:
generalize this if we need more than one

Definition at line 137 of file JSONGoalControl.h.


The documentation for this class was generated from the following files: