How to Run IGM
Once IGM is installed, one can launch an experiment by using the following command:
Importantly, before doing so you must
- Make sure the virtual environment where IGM is installed is activated.
- Verify that you are running this command in a folder where the
experimentcan be found. - (Optional) If using custom modules, place them in the correct place.
Assuming that you want to launch the params experiment, you can run the above command in the same level where the experiment folder belongs.
Optionally, if you have decided to include custom modules, you should also put these folders in the same level as the experiment folder (shown below). In particular you need to
- Setup the correct Hydra configuration
- Create your custom module python script in the correct manner
For more information on how to use custom modules in IGM, please visit here.