Academic Resources

1 minute read

Published:

A compilation of resources I found useful while learning new topics.

I have listed them in the order I used it. Will keep on updating as and when I remember the resources I used.

Contents

  • Probabilty, Statistics and Information Theory
  • Graph Neural Networks
  • Reinforcement Learning
  • Multi-agent Reinforcement Learning

Probabilty, Statistics and Information Theory

Graph Neural Networks

Reinforcement Learning

Multi-agent Reinforcement Learning

Implementational stuff

  • Tips and Tricks for implementing RL algorithms blog
  • Never create a torch.tensor from an existing container of tensors blog
  • Using PyTorch + NumPy? You’re making a mistake. blog
  • The 32 Implementation Details of Proximal Policy Optimization (PPO) Algorithm blog

Leave a Comment