Skip to content

Instantly share code, notes, and snippets.

@deanwampler
Last active December 20, 2019 16:23
Show Gist options
  • Save deanwampler/4f210e0a389f19cc3afb5565d8d23145 to your computer and use it in GitHub Desktop.
Save deanwampler/4f210e0a389f19cc3afb5565d8d23145 to your computer and use it in GitHub Desktop.
>>> ray.get(ps.get_params.remote())
array([64., 64., 64., 64., 64., 64., 64., 64., 64., 64.])
>>> ray.get(ps.get_params.remote())
array([78., 78., 78., 78., 78., 78., 78., 78., 78., 78.])
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment