learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.59k stars 348 forks source link

Fix MetaEnv initialization. #412

Closed SliverySky closed 1 year ago

SliverySky commented 1 year ago

Description

Fixes #411

In meta_env.py. super(MetaEnv, self).__init__() is changed to Env.__init__(self).

Contribution Checklist

If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.

seba-1511 commented 1 year ago

Thanks @SliverySky, approved!