zjowowen commited on
Commit
47be66b
1 Parent(s): 74855b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ from grl.utils.huggingface import pull_model_from_hub
70
  def qgpo_pipeline():
71
 
72
  policy_state_dict, config = pull_model_from_hub(
73
- repo_id="zjowowen/LunarLanderContinuous-v2-QGPO",
74
  )
75
 
76
  qgpo = QGPOAlgorithm(
 
70
  def qgpo_pipeline():
71
 
72
  policy_state_dict, config = pull_model_from_hub(
73
+ repo_id="OpenDILabCommunity/LunarLanderContinuous-v2-QGPO",
74
  )
75
 
76
  qgpo = QGPOAlgorithm(