Module: tf_agents.agents.reinforce.reinforce_agent

A REINFORCE Agent.

Implements the REINFORCE algorithm from (Williams, 1992): https://www-anw.cs.umass.edu/~barto/courses/cs687/williams92simple.pdf

Classes

class ReinforceAgent: A REINFORCE Agent.

class ReinforceAgentLossInfo: ReinforceAgentLossInfo is stored in the extras field of the LossInfo.

Type Aliases

AdvantageFnType

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature