Module: tf_agents.agents.behavioral_cloning.behavioral_cloning_agent

Behavioral Cloning Agents.

Behavioral cloning was proposed in the following articles:

Pomerleau, D.A., 1991. Efficient training of artificial neural networks for autonomous navigation. Neural Computation, 3(1), pp.88-97.

Russell, S., 1998, July. Learning agents for uncertain environments. In Proceedings of the eleventh annual conference on Computational learning theory (pp. 101-103). ACM.

Classes

class BehavioralCloningAgent: A Behavioral Cloning agent.

class BehavioralCloningLossInfo: Stores a per-batch-entry loss value.

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