Skip to content
#

baselines

Here are 42 public repositories matching this topic...

stable-baselines
calerc
calerc commented Nov 23, 2020

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
avalanche
AndreaCossu
AndreaCossu commented Oct 20, 2021

We can wrap some import in a try ... catch statement so the user is not necessarily forced to install all the libraries, especially for the ones needed only by a specific strategy/logger.

e.g. quadprog, wandb, ...

Improve this page

Add a description, image, and links to the baselines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the baselines topic, visit your repo's landing page and select "manage topics."

Learn more