浏览代码
- The old Curriculum object would accept None as a location for the curriculum. If the location was None, it would return default values as its config and lesson number. - The new MetaCurriculum does not accept None as a location for the curriculum folder. This was done to remove unnecessary edge case functionality from curriculums. - None checks have been added into trainer_controller. In the future, it should be possible to better refactor trainer_controller so that these None checks can be removed. This is preferable to hard-coding default behavior into MetaCurriculum objects when a metacurriculum would not even be in place./develop-generalizationTraining-TrainerController
Deric Pang
7 年前
当前提交
822d329a