-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary arg in SAC (#362)
* Remove unnecessary arg * remove insider build
- Loading branch information
Showing
4 changed files
with
85 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
INHERIT: mkdocs-base.yml | ||
site_name: CleanRL | ||
theme: | ||
name: material | ||
features: | ||
# - navigation.instant | ||
- navigation.tracking | ||
# - navigation.tabs | ||
# - navigation.tabs.sticky | ||
- navigation.sections | ||
- navigation.expand | ||
- navigation.top | ||
- search.suggest | ||
- search.highlight | ||
palette: | ||
- media: "(prefers-color-scheme: dark)" | ||
scheme: slate | ||
primary: teal | ||
accent: light green | ||
toggle: | ||
icon: material/lightbulb | ||
name: Switch to light mode | ||
- media: "(prefers-color-scheme: light)" | ||
scheme: default | ||
primary: green | ||
accent: deep orange | ||
toggle: | ||
icon: material/lightbulb-outline | ||
name: Switch to dark mode | ||
plugins: | ||
- search | ||
nav: | ||
|
@@ -30,3 +57,60 @@ nav: | |
- Cloud Integration: | ||
- cloud/installation.md | ||
- cloud/submit-experiments.md | ||
#adding git repo | ||
repo_url: https://github.com/vwxyzjn/cleanrl | ||
repo_name: vwxyzjn/cleanrl | ||
#markdown_extensions | ||
markdown_extensions: | ||
- pymdownx.superfences | ||
- pymdownx.tabbed: | ||
alternate_style: true | ||
- abbr | ||
- pymdownx.highlight | ||
- pymdownx.inlinehilite | ||
- pymdownx.superfences | ||
- pymdownx.snippets | ||
- admonition | ||
- pymdownx.details | ||
- attr_list | ||
- md_in_html | ||
- footnotes | ||
- markdown_include.include: | ||
base_path: docs | ||
- pymdownx.emoji: | ||
emoji_index: !!python/name:materialx.emoji.twemoji | ||
emoji_generator: !!python/name:materialx.emoji.to_svg | ||
- pymdownx.arithmatex: | ||
generic: true | ||
# - toc: | ||
# permalink: true | ||
# - markdown.extensions.codehilite: | ||
# guess_lang: false | ||
# - admonition | ||
# - codehilite | ||
# - extra | ||
# - pymdownx.superfences: | ||
# custom_fences: | ||
# - name: mermaid | ||
# class: mermaid | ||
# format: !!python/name:pymdownx.superfences.fence_code_format '' | ||
# - pymdownx.tabbed | ||
extra_css: | ||
- stylesheets/extra.css | ||
# extra_javascript: | ||
# - js/termynal.js | ||
# - js/custom.js | ||
#footer | ||
extra: | ||
social: | ||
- icon: fontawesome/solid/envelope | ||
link: mailto:[email protected] | ||
- icon: fontawesome/brands/twitter | ||
link: https://twitter.com/vwxyzjn | ||
- icon: fontawesome/brands/github | ||
link: https://github.com/vwxyzjn/cleanrl | ||
copyright: Copyright © 2021, CleanRL. All rights reserved. | ||
extra_javascript: | ||
# - javascripts/mathjax.js | ||
# - https://polyfill.io/v3/polyfill.min.js?features=es6 | ||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
f5c6cda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cleanrl – ./
cleanrl.vercel.app
cleanrl-git-master-vwxyzjn.vercel.app
docs.cleanrl.dev
cleanrl-vwxyzjn.vercel.app