Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created July 7, 2020 05:14
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/701da430c0c57117e62bc2dc23113557 to your computer and use it in GitHub Desktop.
Save ceteri/701da430c0c57117e62bc2dc23113557 to your computer and use it in GitHub Desktop.
import ray
import ray.rllib.agents.ppo as ppo
ray.shutdown()
ray.init(ignore_reinit_error=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment