Some FAQs #1
Unanswered
vyas-shubham
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some FAQs we've received about the IJCAI 2023 Competition:
Q: Does my controller submission have to be in Python?
A: Not necessarily! You can for example write the controller in C++ and then make Python bindings. We don't enforce the primary language, but the Python interface must also be provided. The final simulation will be run in Python and needs to talk to your controller!
Q: Can I use and modify the controllers provided in the repository?
A: Yes! Of course! The controllers are open-source for this very reason! (and for learning purposes) You can copy and tweak/modify them as you like to extract maximum performance and best scores.
Beta Was this translation helpful? Give feedback.
All reactions