Skip to content

Commit

Permalink
MountainGoat model, with control added for hips/shoulders.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhustigschultz committed Apr 30, 2016
1 parent 5635bea commit e178f0f
Show file tree
Hide file tree
Showing 17 changed files with 3,442 additions and 0 deletions.
70 changes: 70 additions & 0 deletions scripts/learning/src/MG_Spec.json
@@ -0,0 +1,70 @@
{
"filePrefix" : "monteOut",
"fileSuffix" : ".json",
"resourcePath" : "../../../resources/src/",
"lowerPath" : "dhustigschultz/AppMGControl/",
"executable" : "./../../../build/dev/dhustigschultz/MG_Controller/AppMGControl",
"terrain" : [[[0, 0, 0, 0.0, 60000]]],
"learningParams":
{
"trialLength" : 60000,
"numTrials" : 12,
"numGenerations" : 1,
"deterministic": 0,
"nodeVals" :
{
"learning" : true,
"startingControllers" : 0,
"monteCarlo" : true,
"numberOfStates" : 0,
"numberOfOutputs" : 5,
"numberOfInstances" : 1,
"populationSize" : 12,
"useAverage" : true,
"numberToMutate" : 2,
"numberOfChildren" : 1,
"mutationChance" : 0.5,
"mutationDev" : 0.03,
"paramMax" : 1.0,
"paramMin": 0.0,
"childMutationChance" : 0.9
},
"edgeVals" :
{
"learning" : true,
"startingControllers" : 0,
"monteCarlo" : true,
"numberOfStates" : 0,
"numberOfOutputs" : 2,
"numberOfInstances" : 11476,
"populationSize" : 12,
"useAverage" : true,
"numberToMutate" : 2,
"numberOfChildren" : 1,
"mutationChance" : 0.5,
"mutationDev" : 0.03,
"paramMax" : 1.0,
"paramMin": 0.0,
"childMutationChance" : 0.9
},
"feedbackVals" :
{
"learning" : true,
"startingControllers" : 0,
"monteCarlo" : true,
"numberOfStates" : 2,
"numberOfOutputs" : 3,
"numberHidden" : 4,
"numberOfInstances" : 1,
"populationSize" : 12,
"useAverage" : true,
"numberToMutate" : 15,
"numberOfChildren" : 5,
"mutationChance" : 0.5,
"mutationDev" : 0.03,
"paramMax" : 1.0,
"paramMin": -1.0,
"childMutationChance" : 0.7
}
}
}
2 changes: 2 additions & 0 deletions src/dev/dhustigschultz/CMakeLists.txt
Expand Up @@ -31,4 +31,6 @@ subdirs(

BP_SC_SymmetricSpiral3
BigPuppy_SymmetricSpiral_Metrics
MountainGoat
MG_Controller
)

0 comments on commit e178f0f

Please sign in to comment.