DLR-RM / rl-baselines3-zoo

A training framework for Stable Baselines3 reinforcement learning agents, with hyperparameter optimization and pre-trained agents included.
https://rl-baselines3-zoo.readthedocs.io
MIT License
1.9k stars 495 forks source link

Replaced deprecated `optuna.suggest_uniform(...)` by `optuna.suggest_float(..., low=..., high=...)`. #402

Closed alperenunlu closed 9 months ago

alperenunlu commented 9 months ago

Replaced deprecated optuna.suggest_uniform(...) by optuna.suggest_float(..., low=..., high=...).

Description

Replaced deprecated optuna.suggest_uniform(...) by optuna.suggest_float(..., low=..., high=...) in the rl_zoo3/hyperparams_opt.py file.

closes https://github.com/DLR-RM/rl-baselines3-zoo/issues/401

Motivation and Context

Types of changes

Checklist:

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

alperenunlu commented 9 months ago

401