To run the code, first go to the folder: "stock market" or "MERIT_mujoco".

To generate expert data, run the command: python3 common/train_expert.py configs/experts/{env_name}.yml

The {env_name} could be "halfcheetah", "hopper", "walker2d", "stock_market"

To train MERIT-IRL, run the command: python3 main/MERIT-IRL.py configs/agents/{env_name}.yml
