multi_env_trpo

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

multi_env_trpo(ctxt=None, seed=1)

Train TRPO on two different PointEnv instances.

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.