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
Hi, Im trying to run demo, in colab.
I face with multiple issues:
firstly, we dont have access to saved models like this :
HRL_test = OMCB.HRL(dataset_path = './/OpenMedicalChatBox/Data/mz4/HRL', model_save_path = './simulate//', groups = 2, model_load_path = './simulate/DQN/checkpoint/0411092858_MZ-10_agenthrljoint2_T20_ss100_lr0.0005_RFS20_RFF0_RFNCY0_RFIRS30_RFRA-4_RFRMT-100_gamma1_gammaW0.9_epsilon0.1_crs0_wfrs1_RID0/model_d10agenthrljoint2_s0.299_r-20.951_t9.5_mr0.007_mr2-0.004_e-0.pkl', cuda_idx = 1, train_mode = False)
HRL_test.run()
second, Its impossile to install package using pip cause of incompatible transormer-gpu in requirments...However I installed it using git instructions.
The text was updated successfully, but these errors were encountered:
Hi, Im trying to run demo, in colab.
I face with multiple issues:
firstly, we dont have access to saved models like this :
HRL_test = OMCB.HRL(dataset_path = './/OpenMedicalChatBox/Data/mz4/HRL', model_save_path = './simulate//', groups = 2, model_load_path = './simulate/DQN/checkpoint/0411092858_MZ-10_agenthrljoint2_T20_ss100_lr0.0005_RFS20_RFF0_RFNCY0_RFIRS30_RFRA-4_RFRMT-100_gamma1_gammaW0.9_epsilon0.1_crs0_wfrs1_RID0/model_d10agenthrljoint2_s0.299_r-20.951_t9.5_mr0.007_mr2-0.004_e-0.pkl', cuda_idx = 1, train_mode = False)
HRL_test.run()
second, Its impossile to install package using pip cause of incompatible transormer-gpu in requirments...However I installed it using git instructions.
The text was updated successfully, but these errors were encountered: