/predictron-pyt

A Pytorch Implementation of `The Predictron`

Primary LanguagePythonMIT LicenseMIT

predictron-pyt

A Pytorch implementation of The Predictron: End-To-End Learning and Planning, Silver et al.

Flaw

  1. No Distributed GPU support
  2. Only tested for 1e5 time steps due to machine limits, and achieve a total MSE as 0.0035 only.

References

  1. The Predictron: End-To-End Learning and Planning, Silver et al. [link]
  2. brendanator/predictron
  3. zhongwen/predictron