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.
I'd be happy to create a PR to ditch all the C code in this repo and replace it with a WASM module. I'm not sure how hard it would be to keep backwards compatibility with existing gym Spaces.
Alternatives
Create an alternative gym environment.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🚀 Feature
Nethack has the ability to cross-compile to a Web Assembly (WASM) module that provides a windowing API for rendering maps, displaying messages, displaying attributes, etc. Python has a Wasmer library that can run WASM modules.
I'd like to suggest that NLE use WASM rather than the Nethack C code.
[disclaimer: I wrote the Nethack WASM port]
Motivation
Pitch
I'd be happy to create a PR to ditch all the C code in this repo and replace it with a WASM module. I'm not sure how hard it would be to keep backwards compatibility with existing gym Spaces.
Alternatives
Create an alternative gym environment.
The text was updated successfully, but these errors were encountered: