reinforcement-learning
Here are 7,060 public repositories matching this topic...
-
Updated
Oct 7, 2021
-
Updated
Oct 8, 2021 - C#
-
Updated
Sep 17, 2021 - Python
-
Updated
Jun 6, 2021 - Python
-
Updated
Sep 25, 2021 - Python
-
Updated
Sep 18, 2021 - HTML
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Oct 6, 2021 - C++
There’s a class of options, including cb_type
, that should be defined as follows:
.add(make_option("cb_type", type_string)
.keep()
.one_of(“ips”, “dr”, “mtr”)
.help("contextual bandit method to use in {ips,dr,mtr}. Default: mtr"));
This way we can bake in a validation step on the parser from one of the pre-defined options. T
-
Updated
Aug 13, 2021 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Sep 23, 2021 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Sep 9, 2021
-
Updated
Oct 1, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2021 - Jupyter Notebook
-
Updated
Aug 25, 2021 - Python
-
Updated
Oct 9, 2021 - Jupyter Notebook
-
Updated
Nov 20, 2020 - Python
-
Updated
Oct 1, 2021 - Jupyter Notebook
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
May 7, 2021 - JavaScript
-
Updated
Aug 16, 2021
-
Updated
Aug 26, 2021 - Jupyter Notebook
-
Updated
Oct 9, 2021
-
Updated
Oct 10, 2021 - Python
The following applies to DDPG and TD3, and possibly other models. The following libraries were installed in a virtual environment:
numpy==1.16.4
stable-baselines==2.10.0
gym==0.14.0
tensorflow==1.14.0
Episode rewards do not seem to be updated in model.learn()
before callback.on_step()
. Depending on which callback.locals
variable is used, this means that:
- episode rewards may n
-
Updated
Jun 30, 2020 - Jupyter Notebook
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."
Search before asking
Description
Currently users sees