Last active
July 7, 2020 06:41
-
-
Save ceteri/cbcadeb93aff875176879e4f810ace62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT_ENV = "FrozenLake-v0" | |
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