pytorch-ignite / examples

Examples, tutorials, and how-to guides
BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

Reinforcement learning beginner tutorial #45

Closed Priyansi closed 2 years ago

Priyansi commented 2 years ago

The idea is to move the scripts from https://github.com/pytorch/ignite/tree/master/examples/reinforcement_learning here in the form of a tutorial. To create this new tutorial, please:

  1. Create a new Jupyter notebook, see README.md
  2. Look at the already available tutorials to get an idea: https://pytorch-ignite.ai/tutorials/
  3. Add explanation and outputs wherever necessary.

Feel free to ask any questions here :raised_hands: Everyone is welcome to contribute!