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.
Currently, we set environment variables before init and before reset. In the case of HACKDIR, this is problematic as there's a race when several instances of NLE get reset or initialized simultaneously.
On top of that, using environment variables is a bit ugly in our case.
We should create an nle_settings struct that contains these and funnel them through.
The text was updated successfully, but these errors were encountered:
🐛 Bug
Currently, we set environment variables before init and before reset. In the case of
HACKDIR
, this is problematic as there's a race when several instances of NLE get reset or initialized simultaneously.On top of that, using environment variables is a bit ugly in our case.
We should create an nle_settings struct that contains these and funnel them through.
The text was updated successfully, but these errors were encountered: