Skip to content

Commit

Permalink
remove old models
Browse files Browse the repository at this point in the history
  • Loading branch information
BartekCupial committed Jan 24, 2025
1 parent 8237d66 commit d284101
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 972 deletions.
11 changes: 2 additions & 9 deletions sf_examples/nethack/models/__init__.py
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}
346 changes: 0 additions & 346 deletions sf_examples/nethack/models/chaotic_dwarf.py

This file was deleted.

Loading

0 comments on commit d284101

Please sign in to comment.