6 lines
87 B
Python
6 lines
87 B
Python
import sys
|
|
from torch_agent import main
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(main())
|