thebes2 / RL

1 stars 0 forks source link

Fix model config #8

Closed thebes2 closed 2 years ago

thebes2 commented 2 years ago

Currently, all the models are hardcoded in models.py. This is an issue when loading old models because TF checkpoints requires the structure of the model to match that as saved in the checkpoint.

Add the ability to load a model architecture from a config.