-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8237d66
commit d284101
Showing
6 changed files
with
2 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
from sf_examples.nethack.models.chaotic_dwarf import ChaoticDwarvenGPT5 | ||
from sf_examples.nethack.models.scaled import ScaledNet | ||
from sf_examples.nethack.models.simba import SimbaActorEncoder, SimbaCriticEncoder | ||
from sf_examples.nethack.models.vit import ViTActorEncoder, ViTCriticEncoder | ||
|
||
MODELS = [ | ||
ChaoticDwarvenGPT5, | ||
ScaledNet, | ||
SimbaActorEncoder, | ||
SimbaCriticEncoder, | ||
] | ||
MODELS = [ViTActorEncoder, ViTCriticEncoder] | ||
MODELS_LOOKUP = {c.__name__: c for c in MODELS} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.