facebookresearch / nle

The NetHack Learning Environment
Other
940 stars 114 forks source link

Make an easier import structure for nethack dataset. #325

Closed cdmatters closed 2 years ago

cdmatters commented 2 years ago

The idea is to be able to do simple

import nle.dataset as nld
data = nld.TtyrecDataset("autoascend")
nld.add_nledata_directory(... )

instead of having a lot of imports

cdmatters commented 2 years ago

Im sad that your review counts for nothing @minqi