浏览代码

Changing curricula to match reworked curriculum.

/develop-generalizationTraining-TrainerController
Deric Pang 6 年前
当前提交
9ea00ab6
共有 9 个文件被更改,包括 21 次插入15 次删除
  1. 1
      python/curricula/wall-jump/BigWallBrain.json
  2. 11
      python/curricula/push-block/PushBlockBrain.json
  3. 10
      python/curricula/wall-jump/SmallWallBrain.json
  4. 14
      python/curricula/push_curriculum.json
  5. 0
      /python/curricula/test/TestBrain.json
  6. 0
      /python/curricula/wall-jump/BigWallBrain.json

1
python/curricula/wall-jump/BigWallBrain.json


{
"big_wall_min_height" : [0.0, 4.0, 6.0, 8.0],
"big_wall_max_height" : [4.0, 7.0, 8.0, 8.0],
"small_wall_height" : [1.5, 2.0, 2.5, 4.0]
}
}

11
python/curricula/push-block/PushBlockBrain.json


{
"measure" : "progress",
"thresholds" : [0.01],
"min_lesson_length" : 2,
"signal_smoothing" : true,
"parameters" :
{
"goal_width" : [25.0, 5.0],
"goal_length" : [5.0, 1.0]
}
}

10
python/curricula/wall-jump/SmallWallBrain.json


{
"measure" : "progress",
"thresholds" : [0.1, 0.3, 0.5],
"min_lesson_length" : 2,
"signal_smoothing" : true,
"parameters" :
{
"small_wall_height" : [1.5, 2.0, 2.5, 4.0]
}
}

14
python/curricula/push_curriculum.json


{
"PushBlockBrain" :
{
"measure" : "progress",
"thresholds" : [0.1],
"min_lesson_length" : 2,
"signal_smoothing" : true,
"parameters" :
{
"goal_width" : [25.0, 5.0],
"goal_length" : [5.0, 1.0]
}
}
}

/python/curricula/test.json → /python/curricula/test/TestBrain.json

/python/curricula/wall.json → /python/curricula/wall-jump/BigWallBrain.json

正在加载...
取消
保存