reinforcement-learning
Here are 5,328 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Jul 5, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Oct 2, 2020
Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md
-
Updated
Jul 29, 2020 - Python
-
Updated
Oct 2, 2020 - C++
-
Updated
Sep 6, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 29, 2020
-
Updated
Aug 5, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - Python
-
Updated
Sep 14, 2020 - Python
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020
-
Updated
Jun 21, 2019 - C++
-
Updated
Sep 10, 2020 - Python
-
Updated
Jun 30, 2020 - Jupyter Notebook
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
-
Updated
Feb 21, 2019 - Python
Improve this page
Add a description, image, and links to the reinforcement-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reinforcement-learning topic, visit your repo's landing page and select "manage topics."
Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via
ray.get_actor("some_name")
.It would however be very handy to have some kind of
ray.list_named_actors()
API method to get a list/dict of all currently available named actors.It can be useful for: