katalinic / A3C

TF A3C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

TF A3C


Languages

Language:Python 100.0%