jacobgil / pytorch-grad-cam

Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
https://jacobgil.github.io/pytorch-gradcam-book
MIT License
10.3k stars 1.54k forks source link

How can I use gradcam for Contrastive Unsupervised Representations (CURL), one of the methods for reinforcement learning? #498

Closed Kawade-Takusei closed 4 hours ago

Kawade-Takusei commented 5 months ago

There is a method called Contrastive Unsupervised Representations for Reinforcement Learning (CURL). I would like to know how to visualize the decision criteria of the policy network of this method with gradcam. Here is the open source of CURL. https://github.com/MishaLaskin/curl