API documentation of pytorch_seed_rl

This package provides an extendable implementation of Google Brains “SEED”.

It is designed to be capsuled to be extended in any way. Good points of customization would be the neural netwok (nets) or loss computation (functional). Latter might need little modification of (Learner), depending of the wanted change.

Warning

Missing features in comparison to original implementation:
  • Algorithms R2D2 and SAC

  • LSTM model

  • Multi-Node distributed training

  • Tensorboard functionality