Passing args when submitting

Hi!

I’ve only just started looking into the competition and there were many things I couldn’t find initially. One that stills eludes me is passing arguments to the script when submitting it. Can someone please help me figure this out?

What I did so far: I cloned one of the baselines, modified the aicrowd.json and pushed a submission. I got back an error saying that the --env is required.

Thanks!

@mihaianca13

Everything should be self-contained in the train.py and test.py files, no additional parameters are passed for the agent during evaluation. This baseline/template should work almost as is (just make sure that the stuff in crowdai.json is correct).