ClementRomac HF staff commited on
Commit
ee2e5f3
1 Parent(s): 3bfc467

Removed lang intro

Browse files
base_envs_set/00_Flat_parkour_+_Bipedal_Walker.json CHANGED
The diff for this file is too large to render. See raw diff
 
index.js CHANGED
@@ -92,7 +92,8 @@ async function onLoadInit() {
92
  window.cppn_model = await tf.loadGraphModel('./js/CPPN/weights/same_ground_ceiling_cppn/tfjs_model/model.json');
93
  window.init_default();
94
  window.loadDefaultEnv();
95
- window.langIntroSetUp();
 
96
  }
97
 
98
  // Calls onLoadInit() when all the files are loaded
 
92
  window.cppn_model = await tf.loadGraphModel('./js/CPPN/weights/same_ground_ceiling_cppn/tfjs_model/model.json');
93
  window.init_default();
94
  window.loadDefaultEnv();
95
+ // window.langIntroSetUp();
96
+ window.introTourSetUp();
97
  }
98
 
99
  // Calls onLoadInit() when all the files are loaded