We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8af9b1 commit d46e1f1Copy full SHA for d46e1f1
README.md
@@ -6,3 +6,4 @@ PyTorch Tutorials
6
2. Custom C extensions
7
- [Write your own C code that interfaces into PyTorch via FFI](Creating%20Extensions%20using%20FFI.md)
8
3. [Writing your own neural network module that uses numpy and scipy](Creating extensions using numpy and scipy.ipynb)
9
+4. [Reinforcement (Q-)Learning with PyTorch](Reinforcement (Q-)Learning with PyTorch.ipynb)
0 commit comments