reinforcement-learning
Here are 5,860 public repositories matching this topic...
-
Updated
Dec 15, 2020 - Python
-
Updated
Jan 23, 2021 - C#
-
Updated
Jan 17, 2021 - Python
-
Updated
Dec 28, 2020 - Python
-
Updated
Jan 18, 2021
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Jan 23, 2021 - C++
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
Jan 6, 2021 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Jan 17, 2021
-
Updated
Jan 23, 2021
-
Updated
Jan 22, 2021 - Python
-
Updated
Jan 12, 2021 - 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?
-
Updated
Nov 20, 2020 - Python
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Jan 13, 2021 - Jupyter Notebook
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Jan 20, 2021
-
Updated
Jan 18, 2021
-
Updated
Jun 30, 2020 - Jupyter Notebook
-
Updated
Jun 21, 2019 - C++
-
Updated
Sep 10, 2020 - Python
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."
Describe your feature request
I've been bitten by this at least twice now and it delays PRs.
CI runs an extra lint step (or at least with different arguments) than
scripts/format.sh(orscripts/format.sh --all).It also runs
./scripts/check-git-clang-format-output.sh-- and why this is different than the clang-format run in--allis unclear to me.This is most notable in linti