I have a folder containing multiple subfiles with python codes. I want to run it in Colab. How I can let the colab see the whole folder with subfiles to run the code ?
The code is like this one https://github.com/ToruOwO/marl-ae-comm The main file to run is train.py in marl-ae-comm/marl-grid/find-goal/
I appreciate if someone can let me know the code lines I should use in colab. I already uploaded the folder in my google drive and give authentication to colab.
Thank you so much for your help.