You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
Some relation to #272: We access things like env._actions in a number of places. This breaks when using certain gym wrappers, and also is plain bad style. (Perhaps okayish in some tests, but even there better avoided.)
Refactor to not do that anymore.
The text was updated successfully, but these errors were encountered:
🐛 Bug
Some relation to #272: We access things like
env._actions
in a number of places. This breaks when using certain gym wrappers, and also is plain bad style. (Perhaps okayish in some tests, but even there better avoided.)Refactor to not do that anymore.
The text was updated successfully, but these errors were encountered: