Liu Tianyi
Results
2
comments of
Liu Tianyi
> I am trying to run the "examples/train_jsrl_curriculum.py", but there is error occured at the file "jsrl/jsrl.py" ` eval_callback = JSRLEvalCallback( > > self.env, callback_after_eval=JSRLAfterEvalCallback( self.policy, self.logger, verbose=self.verbose, ), eval_freq=self.policy.eval_freq,...
> Thanks for your reply. I found a parameter that controls whether to randomly initialize the position of the macro. However, I feel that there are still some issues with...