multi_env_ppo

This is an example to train multiple tasks with PPO algorithm.

multi_env_ppo(ctxt=None, seed=1)

Train PPO on two Atari environments simultaneously.

Parameters
  • ctxt (garage.experiment.ExperimentContext) – The experiment configuration used by Trainer to create the snapshotter.

  • seed (int) – Used to seed the random number generator to produce determinism.