Stone Tao

Results 71 comments of Stone Tao

Only thing we need to do as well before merging is do a test submission using the script you provide.

I'm quite sure the competition servers have nothing related to dot net, so this may be required. You can test it by downloading your new kit into a kaggle notebook...

Ok given the number of new kits coming out suddenly (3 in a week!), i'll provide a test kaggle notebook where you can test your starter kit as ultimately the...

@ntovas https://www.kaggle.com/stonet2000/lux-ai-2021-testing-new-non-python-starter-kits?scriptVersionId=76868015 Copy that and try running your dot net agent using the notebook. If it works, then your code is submittable to kaggle servers and we'll be happy to...

Just bumping this thread back to check on progress @ntovas (no rush!) Otherwise, curious @jorelius could you potentially review what was written here / give feedback? It seems like this...

I'm not aware of anyone doing this so feel free to work on it! You can look at the C++ simple kit for the basic structure we would like for...

Since Julia can be compiled, as long as you can compile the bot code into a file, eg main.out, then the CLI tool will try to execute it by running...

Our team also is not fluent with Julia so if you can document the differences with the python API that would be great, and then feel free to implement however...

Can you not directly execute compiled Julia code? Or does it not compile to machine code

Ah so compiled julia code still requires some kind of julia runner, in which case the pyjulia looks like a better option.