-
Updated
Jun 11, 2021 - JavaScript
toolbox
Here are 747 public repositories matching this topic...
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
🐛 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.
-
Updated
Feb 26, 2022 - Python
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Feb 23, 2022 - C#
-
Updated
Jan 17, 2022 - Python
-
Updated
Dec 9, 2021 - Jupyter Notebook
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 25, 2022 - Python
-
Updated
Aug 1, 2021 - HTML
-
Updated
Feb 26, 2022 - Shell
-
Updated
Jan 11, 2022 - Python
-
Updated
Feb 18, 2022 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Feb 20, 2022 - Vue
-
Updated
Sep 7, 2021 - Python
-
Updated
Nov 7, 2021 - Batchfile
-
Updated
Oct 31, 2021 - Python
-
Updated
May 10, 2021 - Python
Add optional parameter to algorithms: Image to compute quality measurements against, per iteration
As the title says, this would be a parameter that allows the quality measurement parameters to be computed against a known image, rather than change per iteration.
Something like:
[img, qual] = SIRT(proj,geo,angles, 'QualMeas','RMSE','ground_truth',my_image)
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