mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-05 11:38:43 +08:00
Merge remote-tracking branch 'origin/main' into v2.0
This commit is contained in:
18
.github/workflows/build_documentation.yml
vendored
Normal file
18
.github/workflows/build_documentation.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Build documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
||||
with:
|
||||
commit_sha: ${{ github.sha }}
|
||||
package: deep-rl-course
|
||||
path_to_docs: deep-rl-class/units/
|
||||
additional_args: --not_python_module
|
||||
languages: en
|
||||
secrets:
|
||||
token: ${{ secrets.HUGGINGFACE_PUSH }}
|
||||
20
.github/workflows/build_pr_documentation.yml
vendored
Normal file
20
.github/workflows/build_pr_documentation.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Build PR Documentation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
|
||||
with:
|
||||
commit_sha: ${{ github.event.pull_request.head.sha }}
|
||||
pr_number: ${{ github.event.number }}
|
||||
package: deep-rl-course
|
||||
path_to_docs: deep-rl-class/units/
|
||||
additional_args: --not_python_module
|
||||
languages: en
|
||||
hub_base_path: https://moon-ci-docs.huggingface.co
|
||||
13
.github/workflows/delete_doc_comment.yml
vendored
Normal file
13
.github/workflows/delete_doc_comment.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Delete dev documentation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [ closed ]
|
||||
|
||||
|
||||
jobs:
|
||||
delete:
|
||||
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
|
||||
with:
|
||||
pr_number: ${{ github.event.number }}
|
||||
package: deep-rl-class
|
||||
14
README.md
14
README.md
@@ -15,6 +15,19 @@ We're launching a **new version (v2.0) of the course starting December the 5th,*
|
||||
|
||||
# The documentation below is for v1.0 (depreciated)
|
||||
|
||||
We're launching a **new version (v2.0) of the course starting December the 5th,**
|
||||
|
||||
The syllabus 📚: https://simoninithomas.github.io/deep-rl-course
|
||||
|
||||
## **Sign up here** ➡️➡️➡️ http://eepurl.com/ic5ZUD
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
# The documentation below is for v1.0 (depreciated)
|
||||
|
||||
In this free course, you will:
|
||||
|
||||
- 📖 Study Deep Reinforcement Learning in **theory and practice**.
|
||||
@@ -24,7 +37,6 @@ In this free course, you will:
|
||||
- 🏆 **Participate in challenges** where you will evaluate your agents against other teams.
|
||||
- 🖌️🎨 **Learn to share your own environments made with Unity and Godot**.
|
||||
|
||||
➡️➡️➡️ Don't forget to sign up here: http://eepurl.com/h1pElX
|
||||
|
||||
The best way to keep in touch is to **join our discord server to exchange with the community and with us** 👉🏻 https://discord.gg/aYka4Yhff9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user