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
2.01k stars 510 forks source link

Upgrade SB3 version #372

Closed araffin closed 1 year ago

araffin commented 1 year ago

Description

Follow up of DQN type hint fix.

Motivation and Context

Types of changes

Checklist:

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

araffin commented 1 year ago

@qgallouedec just so you know, python 3.7 is giving the same error as https://github.com/DLR-RM/rl-baselines3-zoo/issues/342#issuecomment-1400424190 for the new minigrid env (I realised you just pushed it recently, I was a bit confused at first ^^#). As python 3.7 support will be dropped soon (end of life in June 23), I think it's fine to skip it.

qgallouedec commented 1 year ago

As python 3.7 support will be dropped soon (end of life in June 23), I think it's fine to skip it.

I agree.