train.launch_experiment

  1. train.launch_experiment(
  2. create_runner_fn,
  3. create_agent_fn
  4. )

Launches the experiment.

Args:

  • create_runner_fn: A function that takes as args a base directory
    and a function for creating an agent and returns a Runner-like object.
  • create_agent_fn: A function that takes as args a Tensorflow session
    and an Atari 2600 Gym environment, and returns an agent.