-
Updated
Jun 11, 2021 - JavaScript
toolbox
Here are 788 public repositories matching this topic...
More custom services
New built-in theme
🐛 Bug
The documentation of DQN agent (https://stable-baselines3.readthedocs.io/en/master/modules/dqn.html) specifies that log_interval parameter is "The number of timesteps before logging". However, when set to 1 (or any other value) the logging is not made at that pace but is instead made every log_interval episode (and not timesteps). In the example below this is made every 200 timesteps.
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
Jul 2, 2022 - Python
-
Updated
Jan 24, 2022 - Python
-
Updated
Jun 25, 2022 - C#
Add new function utility which is useful in tests:
const createFactoryWithConstrain =
<Constrain>() =>
<U extends Constrain>(value: U): U =>
value;Playground with use cases – tsplay.dev/Ndo6Yw
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
May 23, 2022 - Python
-
Updated
May 29, 2022 - Jupyter Notebook
-
Updated
Jan 25, 2021 - Python
-
Updated
Mar 8, 2022 - Python
-
Updated
Aug 1, 2021 - HTML
-
Updated
Jul 8, 2022 - Shell
-
Updated
Apr 12, 2022 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Jul 7, 2022 - Vue
-
Updated
Apr 17, 2022 - Batchfile
-
Updated
Jul 1, 2022 - Python
-
Updated
Sep 7, 2021 - Python
-
Updated
Oct 31, 2021 - Python
-
Updated
May 10, 2021 - Python
Have 1 parse inputs
Most algorithms have the same parse_inputs(). I think we should make a unique function, perhaps that takes the algorithm name, and that should output all the inputs.Right now we have tons of redundant parse_inputs() code.
Improve this page
Add a description, image, and links to the toolbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the toolbox topic, visit your repo's landing page and select "manage topics."
Homer supports custom services, and provides a template to easily add new ones.
It could be great to add some more. Before starting to work on a custom service please open an issue to describe your idea and discuss about it.
Some ide