Skip to content

TensorFlow Agents 1.3.0

Compare
Choose a tag to compare
@danijar danijar released this 18 Jan 13:33
· 29 commits to master since this release

Features:

  • Represent policies as tf.distribution objects, so that the algorithms are independent of the action distribution.

Improvements:

  • Move reusable components into agents.parts package.
  • Add nesting tools to handle nested tuples, lists, and dicts.

Bugs:

  • Fix PPO not learning on GPU by placing the optimizer on the GPU.