Closed SliverySky closed 1 year ago
Fixes #411
In meta_env.py. super(MetaEnv, self).__init__() is changed to Env.__init__(self).
super(MetaEnv, self).__init__()
Env.__init__(self)
If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.
Thanks @SliverySky, approved!
Description
Fixes #411
In meta_env.py.
super(MetaEnv, self).__init__()
is changed toEnv.__init__(self)
.Contribution Checklist
If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.