-
Notifications
You must be signed in to change notification settings - Fork 12
List of libraries and packages provided in AI World Cup server
Chansol Hong edited this page Nov 12, 2019
·
5 revisions
In AI World Cup server, where both the Web Simulator and the qualifying/main rounds would run, following libraries and packages will be installed by default. The operating system is Ubuntu 16.04.
- NVIDIA CUDA 10.0 & CuDNN 7.6.2
- Python2 (2.7.12) - To use Python2, add "#!/usr/bin/python2" at the beginning of the python script.
- Python3 (3.5.1) - To use Python3, add "#!/usr/bin/python3" at the beginning of the python script.
- (python) autobahn (19.8.1)
- (python) msgpack-python (0.5.6)
- (python) u-msgpack-python (2.5.1)
- (python) tensorflow-gpu (1.14.0)
- (python) torch (1.2.0)
- (python) h5py (2.9.0)
- (python) twisted (19.7.0)
- (python) keras (2.2.4)
- (python) opencv-python (4.1.0.25)
To use other libraries, the participants should embed the library modules in the submission of AI algorithm. Also, we may add install more libraries to the server if many participants use specific libraries.