facebookresearch / mbrl-lib

Library for Model Based RL
MIT License
952 stars 154 forks source link

Fix Hydra warning by sticking to OmegaConf 2.0.x #157

Closed odelalleau closed 2 years ago

odelalleau commented 2 years ago

Types of changes

Motivation and Context / Related issue

The deprecation of OmegaConf.is_none() in OmegaConf 2.1 causes a warning with Hydra 1.0.x. The fix consists in using an older version of OmegaConf.

How Has This Been Tested (if it applies)

python -m pytest tests/core python -m pytest tests/algorithms

Checklist