Reinforcement Learning: Playing Doom with PyTorch
This tutorial is adapted from the one on ViZDoom's website. Additionally, the code used here is adapted from this tutorial, with substantial modification. Machine learning allows us to program by example. We can present the algorithm with some data, potentially provide it some feedback, and then glean the results of our system. For image classification, we give the model some images and it learns to identify what object(s) are in that image.
Feb-2-2022, 13:45:06 GMT