You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare for v1.0.0 release
* add missing documentation
* update docs on open rl benchmark
* change site name
* update documentation
* point reproducibility script to master
* revert mkdocs change
* add docs
* Check requirements.txt exports in pre-commit CI
* check all files in pre-commit
* fix docs for dqn
* v1.0.0 blog (#315)
* v1.0.0 blog
* add changes
* support insider
* properly link github usernames
* Add a note on support gymnasium
* fix typo
* add link for google jax
* fix typo
* add release note and highlight jax's performance
* fix typo
* highlight performance
* Address comments
* update blog
* update description
* remove words
* quick change
* quick change
* quick change
* fix typo
* omit `dqn_jax.py` from the announcement
Copy file name to clipboardExpand all lines: .github/issue_template.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
4
4
## Checklist
5
5
-[ ] I have installed dependencies via `poetry install` (see [CleanRL's installation guideline](https://docs.cleanrl.dev/get-started/installation/).
6
-
-[ ] I have checked that there is no similar [issue](https://github.com/vwxyzjn/cleanrl/issues) in the repo (required)
6
+
-[ ] I have checked that there is no similar [issue](https://github.com/vwxyzjn/cleanrl/issues) in the repo.
7
+
-[ ] I have checked the [documentation site](https://docs.cleanrl.dev/) and found not relevant information in [GitHub issues](https://github.com/vwxyzjn/cleanrl/issues).
7
8
8
9
## Current Behavior
9
10
<!--- Tell us what happens instead of the expected behavior -->
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@
16
16
-[ ] I have updated the documentation and previewed the changes via `mkdocs serve`.
17
17
-[ ] I have updated the tests accordingly (if applicable).
18
18
19
-
If you are adding new algorithms or your change could result in performance difference, you may need to (re-)run tracked experiments. See https://github.com/vwxyzjn/cleanrl/pull/137 as an example PR.
19
+
If you are adding new algorithm variants or your change could result in performance difference, you may need to (re-)run tracked experiments. See https://github.com/vwxyzjn/cleanrl/pull/137 as an example PR.
20
20
-[ ] I have contacted [vwxyzjn](https://github.com/vwxyzjn) to obtain access to the [openrlbenchmark W&B team](https://wandb.ai/openrlbenchmark) (**required**).
21
21
-[ ] I have tracked applicable experiments in [openrlbenchmark/cleanrl](https://wandb.ai/openrlbenchmark/cleanrl) with `--capture-video` flag toggled on (**required**).
22
22
-[ ] I have added additional documentation and previewed the changes via `mkdocs serve`.
23
23
-[ ] I have explained note-worthy implementation details.
24
24
-[ ] I have explained the logged metrics.
25
25
-[ ] I have added links to the original paper and related papers (if applicable).
26
-
-[ ] I have added links to the PR related to the algorithm.
26
+
-[ ] I have added links to the PR related to the algorithm variant.
27
27
-[ ] I have created a table comparing my results against those from reputable sources (i.e., the original paper or other reference implementation).
28
-
-[ ] I have added the learning curves (in PNG format with `width=500` and `height=300`).
28
+
-[ ] I have added the learning curves (in PNG format).
29
29
-[ ] I have added links to the tracked experiments.
30
30
-[ ] I have updated the overview sections at the [docs](https://docs.cleanrl.dev/rl-algorithms/overview/) and the [repo](https://github.com/vwxyzjn/cleanrl#overview)
31
31
-[ ] I have updated the tests accordingly (if applicable).
CleanRL has a sub project called Open RL Benchmark (https://benchmark.cleanrl.dev/), where we have tracked thousands of experiments across domains. The benchmark is interactive, and researchers can easily query information such as GPU utilization and videos of an agent's gameplay that are normally hard to acquire in other RL benchmarks. Here are some screenshots.
147
+
To make our experimental data transparent, CleanRL participates in a related project called [Open RL Benchmark](https://github.com/openrlbenchmark/openrlbenchmark), which contains tracked experiments from popular DRL libraries such as ours, [Stable-baselines3](https://github.com/DLR-RM/stable-baselines3), [openai/baselines](https://github.com/openai/baselines), [jaxrl](https://github.com/ikostrikov/jaxrl), and others.
148
+
149
+
Check out https://benchmark.cleanrl.dev/ for a collection of Weights and Biases reports showcasing tracked DRL experiments. The reports are interactive, and researchers can easily query information such as GPU utilization and videos of an agent's gameplay that are normally hard to acquire in other RL benchmarks. In the future, Open RL Benchmark will likely provide an dataset API for researchers to easily access the data (see [repo](https://github.com/openrlbenchmark/openrlbenchmark)).
0 commit comments