Commits on Source (10)
-
Eric Hambro authored9bf46d9a
-
Eric Hambro authored7b1ac15b
-
Eric Hambro authoreda2bccc8c
-
Eric Hambro authored3f9ef7f1
-
Eric Hambro authored
model to be the torchbeast baseline, using only one GPU. Adjust the baseline to only use the new blstats.
38c3bad5 -
Eric Hambro authored33df6e76
-
Shivam Khandelwal authored
Update README and consolidate Dockerfiles. Change default submission See merge request !21
38650672 -
eric_hammy authored2f69ea7f
-
eric_hammy authored51ba73c1
-
eric_hammy authoreda9cf5c38
Showing
- Dockerfile 18 additions, 8 deletionsDockerfile
- README.md 63 additions, 3 deletionsREADME.md
- agents/torchbeast_agent.py 7 additions, 6 deletionsagents/torchbeast_agent.py
- apt.txt 3 additions, 1 deletionapt.txt
- nethack_baselines/torchbeast/Dockerfile 0 additions, 66 deletionsnethack_baselines/torchbeast/Dockerfile
- nethack_baselines/torchbeast/README.md 29 additions, 4 deletionsnethack_baselines/torchbeast/README.md
- nethack_baselines/torchbeast/config.yaml 1 addition, 1 deletionnethack_baselines/torchbeast/config.yaml
- nethack_baselines/torchbeast/models/baseline.py 2 additions, 2 deletionsnethack_baselines/torchbeast/models/baseline.py
- nethack_baselines/torchbeast/polybeast_learner.py 3 additions, 0 deletionsnethack_baselines/torchbeast/polybeast_learner.py
- nethack_baselines/torchbeast/polyhydra.py 1 addition, 0 deletionsnethack_baselines/torchbeast/polyhydra.py
- notebooks/NetHackTutorial.ipynb 92 additions, 55 deletionsnotebooks/NetHackTutorial.ipynb
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- saved_models/torchbeast/pretrained_0.25B/checkpoint.tar 3 additions, 0 deletionssaved_models/torchbeast/pretrained_0.25B/checkpoint.tar
- saved_models/torchbeast/pretrained_0.25B/config.yaml 48 additions, 0 deletionssaved_models/torchbeast/pretrained_0.25B/config.yaml
- saved_models/torchbeast/pretrained_0.5B/checkpoint.tar 3 additions, 0 deletionssaved_models/torchbeast/pretrained_0.5B/checkpoint.tar
- saved_models/torchbeast/pretrained_0.5B/config.yaml 48 additions, 0 deletionssaved_models/torchbeast/pretrained_0.5B/config.yaml
- submission_config.py 2 additions, 2 deletionssubmission_config.py
This diff is collapsed.
torch | ||
einops | ||
hydra-core | ||
hydra-core==1.0.6 | ||
hydra_colorlog | ||
aicrowd-api | ||
aicrowd-gym | ||
numpy | ||
scipy | ||
nle | ||
nle>=0.7.2 | ||
tqdm | ||
wandb |
File added
File added