reinforcement-learning
Here are 5,459 public repositories matching this topic...
-
Updated
Oct 22, 2020 - Python
-
Updated
Nov 3, 2020 - C#
-
Updated
Jul 5, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Oct 23, 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
Oct 30, 2020 - C++
-
Updated
Jul 29, 2020 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Oct 29, 2020
-
Updated
Nov 1, 2020 - Python
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 31, 2020 - Jupyter Notebook
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
ConvTranspose Layer
-
Updated
Sep 14, 2020 - Python
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Nov 1, 2020
-
Updated
Nov 1, 2020 - Jupyter Notebook
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2020
-
Updated
Jun 21, 2019 - C++
-
Updated
Sep 10, 2020 - Python
-
Updated
Jun 30, 2020 - Jupyter Notebook
-
Updated
Oct 26, 2020
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?
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."
When the ray cluster runs for a long time or execute many tasks, log files can be large, such as
monitor.err
, full ofcould not find ip for client xxxx
. I find parameterslogging_level
,logging_format
andlog_to_driver
inray.init()
. Is there a way to restrict the size of log files by default, like usinglogging.handlers.RotatingFileHandler
and set maxBytes?![image](https://user