Skip to content

Commit

Permalink
rm line
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jul 23, 2024
1 parent 96efcb3 commit 4085385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl_zoo3/push_to_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def package_to_hub(
msg.info(f"Your model is pushed to the hub. You can view your model here: {repo_url}")
return repo_url

HfApi().download(repo_id="rl_zoo3/algo-env", local_dir="hub")

if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("--env", help="Environment ID", type=EnvironmentName, required=True)
Expand Down

0 comments on commit 4085385

Please sign in to comment.