master

Master Thesis code
git clone git://popovic.xyz/master.git
Log | Files | Refs | README | LICENSE

main.py (113B)


      1 #!/usr/bin/env python3
      2 
      3 from rl_arb.cli import run
      4 
      5 def main():
      6     run()
      7 
      8 if __name__ == '__main__':
      9     main()