rarick / football

Check out the new game server:
https://research-football.dev
Apache License 2.0
0 stars 0 forks source link

Load model parameters from file #5

Open rarick opened 3 years ago

rarick commented 3 years ago

Be able to load model parameters from file.

Load a specific checkpoint, or (possibly additionally) the latest checkpoint.

Necessary to resume training after disconnection, or to save a model for later submission.

rarick commented 3 years ago

see model.load(filepath) in openAI baselines