-
Hi Simon,
When I ran the following codes:
n_dim_data = 2
n_layers, hidden_sizes = 5, (64, 64)
neural_network = make_maf(n_dim_data,n_layers=5, n_layer_dimensions=[2, 2, 2, 2, 2],hidden_sizes=hidde…
-
I was looking to dig into the code for how NLE freezes the seed for a game in Nethack:
My current way of hacking the Nethack seed code (say for controlling whether a game occurs on Friday the 13th …
-
# Ideas for the next NLE
This issue is for collecting ideas for the "next major version" of NLE. I'd like to collect wild ideas, too, if only to dismiss them as unrealistic.
Let's jump right in.…
-
https://github.com/thom311/libnl/blob/48182486341d1de7892494f272e892c0b18ebef5/lib/error.c#L102 :
```
int nl_syserr2nlerr(int error)
...
case ENOBUFS: return NLE_NOMEM;
case ENOMEM: …
-
NLE without score:
![image](https://user-images.githubusercontent.com/72011736/189321220-94562d1b-5306-4386-ba0c-1bf272f2f376.png)
NLE with 1e-7 score:
![image](https://user-images.githubusercont…
-
#include
#include
#include
#define EXPOSANT_DEUX
int main()
{
int x1;
int y1;
int distance_1;
int x2;
int y2;
int distance_2;
int x3;
int y3;
int distance_3;
…
-
Hello. Thank you for Siafu simulator, it is a great job!
I am using Siafu, to make simulations. I developed based on the example Liemen. I'm having a problem during the simulation, I'm reading the doc…
-
```
network = NetWorkBusiness("api.nlecloud.com", 80)
network.signIn(xxxxxx, xxxxxx)
print(network.control(809363, 'on', 1))
```
错误提示:
{'ResultObj': None, 'Status': 1, 'StatusCode': 40, 'Msg…
-
- http://www.l3s.de/~tempelmeier/geovectors/wdw.pickle.gz
- http://www.l3s.de/~tempelmeier/geovectors/geovectors_nle.sql.gz
I am trying to access the above files to create embeddings for location.…
-
# Feature request
**Short description**
Currently endercrystals wont be removed from the arena after ending, as well as the console outputting a warning regarding those entities not being su…
Ghmmy updated
3 years ago