You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of new algorithms that have been added to the aima-pseudocode repository. Please have a look at this pull request for the changes to the algorithms.
Open an issue for the task that you are willing to do.
Ask as many doubts as possible to avoid any extra work.
These algorithms may require some extra APIs to work with. You can start with the simplest task and iteratively add more complex parts later.
The text was updated successfully, but these errors were encountered:
@samagra14 I would like to work on this issue. I have seen the pseudo code for the algorithms Monte carlo tree search, correcting square root etc., I would like to work on them. Can you please tell me the further steps ??
Hi @JameerBabu. You should first go to the AIMA4e branch and check if there exist APIs that can support the algorithm. If they exist your task is easy, just implement the algorithm. If they don't, then I will advise you to read a bit regarding the algorithm (for eg what kind of data structures are required etc.). And then design the respective APIs along with the algorithm.
There are a lot of new algorithms that have been added to the aima-pseudocode repository. Please have a look at this pull request for the changes to the algorithms.
These algorithms may require some extra APIs to work with. You can start with the simplest task and iteratively add more complex parts later.
The text was updated successfully, but these errors were encountered: