Skip to content

Instantly share code, notes, and snippets.

@ceteri
Last active July 7, 2020 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceteri/cba22bb17d6a3e07837cc9aa2455ecb6 to your computer and use it in GitHub Desktop.
Save ceteri/cba22bb17d6a3e07837cc9aa2455ecb6 to your computer and use it in GitHub Desktop.
SELECT_ENV = "CartPole-v1"
config = ppo.DEFAULT_CONFIG.copy()
config["log_level"] = "WARN"
agent = ppo.PPOTrainer(config, env=SELECT_ENV)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment