Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created July 7, 2020 05:16
Show Gist options
  • Save ceteri/996d9f526935efb7f8fae9357d3a9f80 to your computer and use it in GitHub Desktop.
Save ceteri/996d9f526935efb7f8fae9357d3a9f80 to your computer and use it in GitHub Desktop.
SELECT_ENV = "Taxi-v3"
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