File size: 218 Bytes
90884df
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
"""Run the frozen captured-state continuation best-of-N experiment."""

from music3lab.editing.captured_state_bestofn_runner import main


if __name__ == "__main__":
    raise SystemExit(main())