Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jun 13, 2024
1 parent cf09c94 commit 809495a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ math: true
The basic process to submit an agent consists in the following steps:

1. Write a python script in which your agent interact with the environment exactly as if you were performing evaluation in your local machine
2. Store your trained agent's scripts and weights (if any) in a private repository and create a personal access token to the repository (in our examples we will use GitHub).
2. Store your trained agent's scripts and weights (if any) in a private repository and create a personal access token to the repository (in our examples we will use Hugging Face and GitHub).
3. Submit the agent using our Command Line Interface specifying your private repository files path, your secret token and one of the public pre-built dependencies images we provide

{{% notice tip %}}
Expand Down
2 changes: 1 addition & 1 deletion content/handsOnReinforcementLearning/_index.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Hands-on Reinforcement Learning
title: Reinforcement Learning
weight: 70
---

Expand Down

0 comments on commit 809495a

Please sign in to comment.