facebookresearch / mbrl-lib

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

Migration to hydra latest #187

Open RedLeader962 opened 2 months ago

RedLeader962 commented 2 months ago

Types of changes

Motivation and Context / Related issue

Motivation: Enable importing mbrl-lib in project requiring newer hydra-core>=1.1.2 version. Context: mbrl-lib hydra-core version was freezed at v1.0.3 which was release in 2020. A lot of useful functionality were introduce since then.

Regression warning/bug that where fixed: Post hydra-core version 1.1 introduce breaking changes that were fixed in this PR the following way:

Remark on breaking change:

Note:

How Has This Been Tested (if it applies)

Checklist