Skip to content

Commit ea66abf

Browse files
authored
[Doc] Readme for knowledge base (#459)
1 parent cd90398 commit ea66abf

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

knowledge_base/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Knowledge base
2+
3+
This knowledge base is aimed at helping you solving common issues that you might encounter on your RL journey.
4+
It is a more practical guide than what one might usually gather from a textbook or a repo.
5+
It details pro-tips to run models on cluster. It gives indications on how to set up a
6+
conda environment, how to install packages without sudo access. It
7+
highlights common issues when installing and running RL libraries and
8+
provide ready-to-use solution for these issues.
9+
10+
## Contributing
11+
12+
Of course, this is a ever 1% complete journey, and we can't expect to cover all the RL
13+
field at any point in the future.
14+
15+
**If you feel something is missing**, or if you bump in an issue and think that the
16+
community might benefit from your experience, please submit a PR with your contribution!

knowledge_base/RESOURCES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ See [here](https://pytorch.org/functorch/stable/)
1414
- [Spinning Up in Deep RL](https://spinningup.openai.com/en/latest/)
1515
- [Hugging face syllabus](https://github.com/huggingface/deep-rl-class)
1616
- [RL lectures from Deepmind](https://www.deepmind.com/learning-resources/reinforcement-learning-lecture-series-2021)
17+
- [Best benchmarks](https://neptune.ai/blog/best-benchmarks-for-reinforcement-learning)
18+
- [Awesome RL: Reinforcement learning resources curated](https://github.com/aikorea/awesome-rl)
1719

1820
### Forums
1921

0 commit comments

Comments
 (0)