|
|
|
|
|
by amitport
2172 days ago
|
|
Yes, but AI search algorithms like MCTS are slow in general. Even with C, it will be very slow when you want the AI to be smart and consider many actions. IMO, you should train using python libs like [1] and move it to the browser with something like [2] OR run AI in the server. YES definitely writing an AI lib for the browser is a great goal, and as a programmer, it is super interesting. Still, it is tough, and time-to-market is much more crucial, as the entire codebase will change once it will interact with actual people. [1] https://github.com/datamllab/rlcard [2] https://onnx.ai/ |
|
It's an unusual area where functionality (what answer you get) and performance can't be separated. This is still true on the server.