virtual-labs / engineers-forum

This is the central repository to post all the queries regarding labs and experiments.
Other
2 stars 5 forks source link

Experiment Repository Creation Request for Artificial Intelligence Lab AU #825

Open AmritaValueCS-22 opened 1 year ago

AmritaValueCS-22 commented 1 year ago

Repository Creation Request

Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.

  1. Coordinating Institute: Amrita Vishwa Vidyapeetham

  2. Approver’s Name: Dr. Sriram Sankaran

  3. Approved Proposal:

    Artificial Intelligence_proposal_PH-IV.pdf

  4. Hosted url:

  5. Primary GitHub Handle Details:

    Name: VALUE Virtual Labs
    GitHub Handle: @AmritaValueCS-22
    Email id: virtual_labs@am.amrita.edu
  6. Secondary GitHub Handle Details:

    Name: Pavithra S.P
    GitHub Handle: @pavithrasp
    Email id: pavithrasp@gmail.com
pavanchow commented 1 year ago

@AmritaValueCS-22 Please attach the approved proposal to the repo creation request.

pavanchow commented 1 year ago

@AmritaValueCS-22 Please find the links for Artificial Intelligence Lab experiments and populate the repositories with sources of the experiments as detailed in Step 4 of the migration document.

  1. Write a program to perform and visualize Random Search - https://github.com/virtual-labs/exp-random-search-au
  2. Write a program to perform and visualize Search with Closed and Open list - https://github.com/virtual-labs/exp-search-with-list-au
  3. Write a program to perform and visualize Depth First Search - https://github.com/virtual-labs/exp-depth-first-search-au
  4. Write a program to perform and visualize Breadth First Search - https://github.com/virtual-labs/exp-breadth-first-search-au
  5. Write a program to perform and visualize Heuristic Search - https://github.com/virtual-labs/exp-heuristic-search-au
  6. Write a program to perform and visualize Best first Search - https://github.com/virtual-labs/exp-best-first-search-au
  7. Write a program to perform and visualize search using A* algorithm - https://github.com/virtual-labs/exp-a-algorithm-au
  8. Write a program to perform and visualize Game Search - https://github.com/virtual-labs/exp-game-search-au
AmritaValueCS-22 commented 1 year ago

when tried to test experiments 3 and 4 using testing links the index page not loading properly. The page loads the script and style files from the css , js folder, not from the static folder. Experiment scripts and style files are inside static folder. What configuration change need to add to fix this @pavanchow @priya100raman

pavanchow commented 1 year ago

@AmritaValueCS-22 Please push code to "testing branch" to render content in the testing link present in the about section of experiments.