Skip to content

Commit b19f373

Browse files
committed
Indigo trained on 10-200 Mbps and calibrated emulators
1 parent 40a4255 commit b19f373

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed
3.05 MB
Binary file not shown.

dagger/model/model.index

389 Bytes
Binary file not shown.

dagger/model/model.meta

2.71 MB
Binary file not shown.

dagger/run_sender.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ def main():
6666

6767
sender = Sender(args.port)
6868

69-
# TODO: fill in the model name
70-
model_path = path.join(project_root.DIR, 'dagger', 'logs',
71-
'',
72-
'checkpoint-')
69+
model_path = path.join(project_root.DIR, 'dagger', 'model', 'model')
7370

7471
learner = Learner(
7572
state_dim=Sender.state_dim,

0 commit comments

Comments
 (0)