The Wayback Machine - https://web.archive.org/web/20210517124241/https://github.com/topics/reinforcement-learning
Skip to content
#

reinforcement-learning

Here are 6,391 public repositories matching this topic...

olgavrou
olgavrou commented Apr 14, 2021

Short description

VW does not accept cache files that were created with a different vw version e.g. a cache file that was created with vw version 8.9 will not be accepted when running vw version 8.10. However the error message is not very helpful when this happens:

WARNING: cache file is ignored as it's made with less bit precision than required!

version cache compatibility is checke

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

Improve this page

Add a description, image, and links to the reinforcement-learning 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 reinforcement-learning topic, visit your repo's landing page and select "manage topics."

Learn more