Digital-Humans-23 / a2

4 stars 0 forks source link

stable_baselines3 cannot be found && module load python/3.9.9 #6

Closed juhe9842 closed 1 year ago

juhe9842 commented 1 year ago

Dear TAs

I noticed that whenever I load python/3.9.9 on the cluster, there will be an error message telling me that stable_baselines3 cannot be found. Instead, the training works fine on the cluster without python/3.9.9. So I'm curious if this module is actually necessary? Does it have anything to do with the training performance or I don't have to worry about it as long as it starts to train.

Junzhe He

MiguelZamoraM commented 1 year ago

As long as your training works it should be fine. stable_baselines3 is definitely necessary. If your training started it means the job has found a proper environment with stable_baslines3 installed despite the error messages that the server prints.

It might be worth taking a look at this issue as well.

juhe9842 commented 1 year ago

Thank you!