Skip to content

Commit

Permalink
[Doc] Readme for knowledge base (pytorch#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Sep 16, 2022
1 parent cd90398 commit ea66abf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions knowledge_base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Knowledge base

This knowledge base is aimed at helping you solving common issues that you might encounter on your RL journey.
It is a more practical guide than what one might usually gather from a textbook or a repo.
It details pro-tips to run models on cluster. It gives indications on how to set up a
conda environment, how to install packages without sudo access. It
highlights common issues when installing and running RL libraries and
provide ready-to-use solution for these issues.

## Contributing

Of course, this is a ever 1% complete journey, and we can't expect to cover all the RL
field at any point in the future.

**If you feel something is missing**, or if you bump in an issue and think that the
community might benefit from your experience, please submit a PR with your contribution!
2 changes: 2 additions & 0 deletions knowledge_base/RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ See [here](https://pytorch.org/functorch/stable/)
- [Spinning Up in Deep RL](https://spinningup.openai.com/en/latest/)
- [Hugging face syllabus](https://github.com/huggingface/deep-rl-class)
- [RL lectures from Deepmind](https://www.deepmind.com/learning-resources/reinforcement-learning-lecture-series-2021)
- [Best benchmarks](https://neptune.ai/blog/best-benchmarks-for-reinforcement-learning)
- [Awesome RL: Reinforcement learning resources curated](https://github.com/aikorea/awesome-rl)

### Forums

Expand Down

0 comments on commit ea66abf

Please sign in to comment.