This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
/
Files.nle
80 lines (62 loc) · 2.1 KB
/
Files.nle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Following Files.nh, this is a listing of some files that NLE adds to the NetHack
distribution.
.:
(files in top directory)
.flake8 .gitignore .pre-commit-config.yaml CODE_OF_CONDUCT.md CONTRIBUTING.md
Files.nle LICENSE MANIFEST.in README.md pyproject.toml
setup.py version.txt
.circleci:
(files for controlling CircleCI's CI behavior)
config.yml
.github/ISSUE_TEMPLATE:
(files for GitHub repo's issues and pull requests UX)
bug-report.md feature-request.md
.github/workflows:
(files for controlling GitHub's CI behavior)
dat/nle:
(files for various data used by NLE)
example_run.gif logo.png
doc/nle:
(files for documenting and building NLE docs)
Makefile README.md make.bat
doc/nle/source:
(files containing NLE doc templates)
conf.py getting_started.rst index.rst nle.agent.rst nle.env.rst
nle.nethack.rst nle.rst nle.scripts.rst
nle:
(file for declaring the nle module)
__init__.py
nle/agent:
(files for the nle.agent module)
__init__.py agent.py vtrace.py
nle/dashboard:
(files for the dashboard backend and its tooling)
.eslintrc.json .gitignore README.md config.js lint.sh package-lock.json
package.json server.js
nle/dashboard/app:
(files for the dashboard frontend)
actions.js dashboard.html style.css
nle/dashboard/app/third_party:
(files for third party libs used by the dashboard frontend)
apexcharts.js ttyplay.js
nle/env:
(files for the nle.env module)
__init__.py base.py tasks.py
nle/nethack:
(files for the nle.nethack module)
__init__.py actions.py nethack.py print_message.py ptyprocess.py
nle/scripts:
(files for the nle.scripts module)
__init__.py check_nethack_speed.py collect_env.py lint_changed.sh
nh-clean-install play.py plot.py
test_raw_nethack.py ttyplay.py ttyrec.py
nle/tests:
(files for the testing NLE)
lint_changed.sh test_envs.py test_forking.py test_memory.py test_nethack.py
test_ptyprocess.py
sys/unix/hints:
(files for configuring NLE versions)
linux-nle macosx-nle
win/rl:
(files for the NLE window interface)
.gitignore helper.cc message.fbs winrl.cc