Useful resources¶
TorchRL paper¶
To know more about TorchRL philosophy, the problem it is trying to solve and get some idea about its general capabilities, refer to the TorchRL paper.
We also have some introductory videos for you to get to know the library better, check them out:
Pytorch documentation¶
See here
functorch
documentation¶
See here
Useful RL repos, blogs and websites¶
Educational resource¶
Forums¶
Repos¶
For completeness, we provide a list of RL libraries. Some are not actively maintained but they still provide good examples of RL solutions with and without PyTorch:
dopamine: research framework for fast prototyping of reinforcement learning algorithms
tianshou: An elegant PyTorch deep reinforcement learning library.
RLlib: Industry-Grade Reinforcement Learning with TF and Torch
sample-factory: High throughput asynchronous reinforcement learning
cherry: A PyTorch Library for Reinforcement Learning Research
JaxRL: implementation of algorithms for Deep Reinforcement Learning with continuous action spaces
RLMeta: light-weight flexible framework for Distributed Reinforcement Learning Research.