💡 [REQUEST] - Port TorchRL "Coding a DDPG loss" from pytorch.org/rl to pytorch.org/tutorials #2351
Labels
docathon-h1-2023
A label for the docathon in H1 2023
medium
rl
Issues related to reinforcement learning tutorial, DQN, and so on
🚀 Descirbe the improvement or the new tutorial
For historical reasons, TorchRL privately hosts a bunch of tutorials.
We'd like to bring the most significant ones to pytorch tutorials for more visibility.
Here is the tutorial.
TorchRL splits down what is commonly referred to as Agents in other frameworks into various pieces that echo what can be found in other domains: data collection, datasets, transforms and losses. A dedicated class named LossModule covers this last functionality. We have a tutorial that instructs users on how to build and use such classes, you can help us port it to pytorch tutorials!
Steps:
Existing tutorials on this topic
No response
Additional context
The tutorial should not require extra dependencies beyond those already present in requirements.txt
cc @nairbv
The text was updated successfully, but these errors were encountered: