File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments