minerllabs / competition_submission_template

The submission template for the MineRL Competition @ NeurIPS 2021. Clone this to make a new submission!
92 stars 21 forks source link

Which files are allowed to be modified by participants? #13

Closed kaixin96 closed 5 years ago

kaixin96 commented 5 years ago

Are we allowed to modify some files (e.g. train_locally.sh)? When evaluated on the server, will train_locally.sh or docker_train_locally.sh be called?

skbly7 commented 5 years ago

The entry point while running submission will be main() in train.py & test.py for both stages respectively.

The utility/helper script files such as *_locally.sh are to make running on self's machine straight forward/easier, and they wouldn't be call during online submission.

Please let us know if you have any follow up question.