TensorFlow Agents 1.3.0
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.