DLR-RM / stable-baselines3

PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
https://stable-baselines3.readthedocs.io
MIT License
8.85k stars 1.68k forks source link

Cast learning_rate to float lambda for pickle safety when doing model.load #1901

Closed markscsmith closed 5 months ago

markscsmith commented 5 months ago

Description

closes #1900

Motivation and Context

Types of changes

Checklist

Note: You can run most of the checks using make commit-checks.

Note: we are using a maximum length of 127 characters per line

markscsmith commented 5 months ago

Awesome! Thanks again araffin! The docs on SB3 you and the crew wrote and your guidance made this a breeze :)