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 was trying to create an Embedding Layer for the difficulty of the monster and figured Id ask here:
In [1]: fromnle.nethackimportpermonstIn [2]: dispater, geryon=permonst(304), permonst(303)
In [3]: dispater.mname, dispater.mlevelOut[3]: ('Dispater', 78)
In [4]: geryon.mname, geryon.mlevelOut[4]: ('Geryon', 72)
The documentation seems to indicate it should be the base monster level. But that doesnt seem to align with the Nethack Wiki base levels for Dispater and Geryon - mostly because it looks like the NetHack Wiki is wrong! Probably needs some updating for the max level - leaving this here for future debuggers' reference!
I was trying to create an Embedding Layer for the difficulty of the monster and figured Id ask here:
The documentation seems to indicate it should be the base monster level. But that doesnt seem to align with the Nethack Wiki base levels for Dispater and Geryon - mostly because it looks like the NetHack Wiki is wrong! Probably needs some updating for the max level - leaving this here for future debuggers' reference!
For
nn.Embedding
layers, here's a useful script:It might be better to rebase the levels so that the
levels
Embedding
index_select
doesnt have a bunch of unnecessary rows.The text was updated successfully, but these errors were encountered: