/A3C

TF A3C

Primary LanguagePython

A3C

TF A3C.

The repository contains an implementation of A3C.

The environments are placed into subprocesses with communication done via pipes, and embedded into the TensorFlow graph via tf.py_func(). The style of the rollouts (agent-environment interaction using tf.scan()) was largely inspired by DeepMind's IMPALA.